Viewing 15 posts - 4,591 through 4,605 (of 14,953 total)
"Overloading" is a programming term for using a function for more than one thing.
The most common example that most encounter is that the "=" symbol has two functions, one to...
March 17, 2011 at 7:23 am
The error is that the device is not available. Are the files where you're expecting them to be? Check the folder referenced in your restore commands and see...
March 16, 2011 at 2:40 pm
See if this helps: http://msdn.microsoft.com/en-us/library/ms177400.aspx
March 16, 2011 at 2:35 pm
Do your log backups get purged periodically? Or archived offsite or something like that?
March 16, 2011 at 2:34 pm
GilaMonster (3/16/2011)
CirquedeSQLeil (3/16/2011)
GilaMonster (3/15/2011)
WayneS (3/15/2011)
March 16, 2011 at 2:31 pm
I may be missing something, but what new thread? I only see two posts for your account, and they're both here.
Per your original post, you have a syntax error...
March 16, 2011 at 1:54 pm
Brandie Tarvin (3/16/2011)
Notifications on jobs are not related to job steps and not configured by step. They are...
March 16, 2011 at 12:50 pm
Microsoft has tutorials on it. Bing/Google/whatever "SSAS tutorial" and the ones on TechNet are right there, along with some videos on YouTube on the subject, and other options as...
March 16, 2011 at 12:15 pm
tfifield (3/16/2011)
You may want to check out using a synonym in your data retrieval queries and have 2 tables for order strategy. I've used it successfully on a couple...
March 16, 2011 at 12:13 pm
You'll be able to get all of that through a CLR function/proc. Is that an option for you?
March 16, 2011 at 12:09 pm
Is the OrderStrategy table session-specific?
Kind of like a temp table, but multiple processes access it from multiple connections?
If so, there are easy solutions for that, which don't involve truncate or...
March 16, 2011 at 12:08 pm
Vertigo44 (3/16/2011)
I was scripting out to a new windows each of the options to see where the difference was. That's when i noticed the lack of norecovery at...
March 16, 2011 at 12:03 pm
Vertigo44 (3/16/2011)
GSquared (3/16/2011)
March 16, 2011 at 11:53 am
Service Broker would definitely be better than in a trigger.
March 16, 2011 at 11:51 am
Viewing 15 posts - 4,591 through 4,605 (of 14,953 total)