Viewing 15 posts - 11,596 through 11,610 (of 14,953 total)
bsrlong (1/13/2009)
do not us...
January 13, 2009 at 12:16 pm
On the original questions:
1. Use a variable if you'll need the value multiple times. Otherwise, don't bother.
2. Use a view if you'll use the exact same (or...
January 13, 2009 at 12:12 pm
Check "select user" when logged in with your Windows account. If it comes back as something other than "dbo", then that might be the situation.
January 13, 2009 at 12:06 pm
I read a story about a shop that kept point-in-time restore data for all applications on all servers, throughout their history. They could restore any retired server, into a...
January 13, 2009 at 12:01 pm
Grant's solution will prevent that particular injection attack, but I'd watch out for more.
Another point on that specific one, is that someone could fairly easily end up with a full...
January 13, 2009 at 11:51 am
MSDN has tutorials for it. So do lots of other sites. Hit your prefered search engine, type in "sql server analysis services tutorial" and you'll have plenty come...
January 13, 2009 at 11:47 am
J (1/13/2009)
GSquared (1/9/2009)
January 13, 2009 at 11:46 am
I haven't generally had issues with MS hotfixes. The idea is "test them in your environment". SQL Server, specifically, is so environment-sensitive, that it's a tough beast to...
January 13, 2009 at 11:37 am
Okay. That makes sense then. Just not something I've thought of, and thus haven't used.
January 13, 2009 at 11:12 am
That error usually means that you are using Windows authentication, and the computers aren't passing the login data to each other. That's normal in a Windows domain, and there...
January 13, 2009 at 11:08 am
I do each backup to separate files. Name with DB name and datetime YYYYMMDDHHMM (hours and minutes matters with log backups). Single file = single point of failure...
January 13, 2009 at 10:51 am
I'm not sure there's an exact qualitative or quantitative answer to that one.
They recommend not applying CUs and hotfixes that you don't specifically need, and waiting for service packs instead,...
January 13, 2009 at 10:01 am
Stephanie J Brown (1/13/2009)
Steve Jones - Editor (1/13/2009)
OK, I'm really confused now. I was going to change the picture to a new shirt, but most people like the shirt.
Allow...
January 13, 2009 at 9:58 am
I suggest building a calendar table, or at least a calendar view, to store such data. Lots of advantages to that.
January 13, 2009 at 8:36 am
get_sid is, as per the comment in the proc, only available within system procs.
January 13, 2009 at 8:30 am
Viewing 15 posts - 11,596 through 11,610 (of 14,953 total)