Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
eddie
Starting Member
45 Posts |
Posted - 2002-07-03 : 21:50:32
|
| I am using the debugger in 2000 for the first time and am having some problems. WHen I debug a stored procedure, I am getting errors when entering values for my parameters. No matter how I enter the date param, it doesn't seem to like it..any ideas? What is the correct format?Thanks,Eddie |
|
|
Merkin
Funky Drop Bear Fearing SQL Dude!
4970 Posts |
Posted - 2002-07-03 : 21:57:09
|
| How are you entering it ?Are you putting single quotes around it ?Damian |
 |
|
|
jasper_smith
SQL Server MVP & SQLTeam MVY
846 Posts |
Posted - 2002-07-04 : 05:01:51
|
| IF you put it in like this it should workyyyy-mm-dd hh:mm:ssHTHJasper Smith |
 |
|
|
|
|
|