Viewing 15 posts - 511 through 525 (of 528 total)
Not to cast stones or aspersions especially since I do not know any details about this situation, but:
At a keynote address back in February, at a Linux conference, the (paraphrased)...
July 10, 2007 at 12:01 pm
1. You need to check with the server guys, and ask whether they noticed that the patches they implemented included the SQL Server instead of windows patches. They may have...
July 10, 2007 at 11:52 am
It sounds to me like you may be approaching this question from not precisely the correct angle.
Assumptions: 1. The database is a live production database. 2. The user may or...
July 10, 2007 at 11:46 am
So many places to go on this, and so little time... Some thoughts:
1. Assuming that the ID will be unique, and you don't want to lose data, there are outstanding...
July 9, 2007 at 9:55 am
OK. this correlates to the archiving plan issue... the web site has been redesigned since the article was written, and the quote with the associated link is gone. ...
July 6, 2007 at 12:53 pm
The original question boils down to:
Whereas, if I connect to my local machine using machinename\SQLEXPRESS, then the above mentioned query runs fine.
when you add '\SQLEXPRESS' as part of your connection...
July 3, 2007 at 2:29 pm
Forgive me if I'm stating the obvious here, but I suspect that, in order to get numeric results, you're going to have to rethink the entire query. Why? Because in...
June 29, 2007 at 2:01 pm
I'm glad this question is worth only 1 point. That's all it deserves. While I agree that every jot and tittle matter as technicians, there's a fundamental question...
June 11, 2007 at 2:29 pm
Congrats indeed! What was the first story, and where can it be found?
June 5, 2007 at 11:43 am
Well, doubly shame on me. I had recently read a discussion on this very topic and still indulged in wistful thinking. However, there is a bit of perverse...
May 30, 2007 at 8:57 am
Rob - quick thought... rather than use notepad, highlight your entire post and copy (cntl-c) before previewing. that way, if it's lost all you have to do is reopen and...
May 25, 2007 at 12:21 pm
The 'perfect' answer is missing. Grab a thumb drive and copy the cube to his machine, so that both of you can work independently. Who travels with a crossover cable,...
May 25, 2007 at 9:45 am
Maybe your DBA wanted to know if you'd notice?
May 21, 2007 at 7:49 am
As written you should get an error message, because your closing WHERE has an ambiguous reference? The interior select appears to be using only one table and is idempotent. If...
May 16, 2007 at 8:06 am
try this: datediff(minute, date1, date2) as mins, datediff(second, date1,date2) as secs as the function calls for calculating the difference between dates, in SQL. Place it in the select...
May 14, 2007 at 8:13 am
Viewing 15 posts - 511 through 525 (of 528 total)