Viewing 8 posts - 13,651 through 13,658 (of 13,658 total)
Just a small typo in this, should be
select id, convert(varchar(10), date, 120) from temp
March 21, 2004 at 11:36 pm
Ace - that will be filed in my 'Useful SQL Utilities' folder, thanks.
March 15, 2004 at 5:03 pm
Thanks v much, that's nearly exactly what I need. But the 'Name' field that is returned appears to be the logical file name corresponding with the data/log file selected (and...
March 15, 2004 at 3:46 pm
Noeld – please explain why you should not cast a datetime as int. I have used
cast(cast(GETDATE() - 0.5 as integer) as DateTime)
with apparent success. Just interested ... the...
February 25, 2004 at 4:15 pm
I have a similar related question. I have a script which uses a cursor to update a large number of records - is there any way of indicating progress (10...
January 26, 2004 at 3:34 pm
Alternatively, after performing the delete, go into EM, design table and set the Identity Seed of the primary key to something else (eg 2) and click on Save. Then set...
December 15, 2003 at 9:09 pm
Just in case ...
Casting my mind back to the SP3 install, where the first exe you run just unzips files (and doesn't actually do the install).
Look for a setup.bat or...
December 7, 2003 at 10:58 pm
Agree with previous post. Also presume you want to write a different message to the log if the main transaction fails? Perhaps it would be better to have one log...
December 7, 2003 at 10:43 pm
Viewing 8 posts - 13,651 through 13,658 (of 13,658 total)