Viewing 15 posts - 37,276 through 37,290 (of 49,566 total)
Did you specify the restore must be done WITH STANDBY?
August 6, 2009 at 2:46 pm
Edit: Nevermind. Must read posts more carefully in future.
August 6, 2009 at 2:46 pm
Yeah but likes with leading wildcards will always, in the absence of other SARGable predicates do a full index/table scan
August 6, 2009 at 1:09 pm
Grant Fritchey (8/6/2009)
Jeff Moden (8/6/2009)
August 6, 2009 at 1:08 pm
Remove the 'd'? (Why's it there in the first place?)
Cast to float then to decimal?
August 6, 2009 at 12:59 pm
If you've backed up the system databases (specifically master and msdb) and restored those, the system will be as it was at midnight. If you haven't backed up the system...
August 6, 2009 at 12:37 pm
It was a feature added in SQL 2005 for cases where an index needs to be dropped for data loads. It means that the index can be recreated without needing...
August 6, 2009 at 12:35 pm
select message_id, severity, text from sys.messages where language_id = 1033
As for custom errors, from the Books Online entry for RAISERROR
msg_id
Is a user-defined error message number stored in the sys.messages...
August 6, 2009 at 12:31 pm
Jeff Moden (8/6/2009)
I may have the wrong boy. I've posted a question to him to find out.
I suspect you do have the wrong guy.
karthikeyan: http://www.sqlservercentral.com/Forums/UserInfo151404.aspx (today's poster)
karthikeyan: http://www.sqlservercentral.com/Forums/UserInfo449952.aspx (PhD...
August 6, 2009 at 12:07 pm
Chris Harshman (8/6/2009)
DUMP is a desupported feature, and Microsoft plans on removing it
Dump is gone in SQL 2008.
August 6, 2009 at 10:57 am
Try switching the table variables to temp tables, see if that make a difference.
If it doesn't, please post table definitions, index definitions and execution plan, as per http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
Also, is that...
August 6, 2009 at 9:35 am
Not a bug.
Isnumeric returns true if the value passed can be converted to any of the data types.
select CAST('0.d00' as float)
August 6, 2009 at 9:34 am
Tell your colleagues that they should check with people before restoring backups.
August 6, 2009 at 6:29 am
What do you mean by resume?
Can you explain clearly what you've done, what the problem is and what help you need?
August 6, 2009 at 5:42 am
Viewing 15 posts - 37,276 through 37,290 (of 49,566 total)