Viewing 15 posts - 11,671 through 11,685 (of 14,953 total)
Agree with you on most points.
I like the Inner Join syntax. Makes it easier for me to read (not for you, but it does for me). Otherwise, yeah...
January 12, 2009 at 7:19 am
GSquared (1/9/2009)
January 12, 2009 at 7:14 am
If I understand you correctly, SQL was installed as part of an application. Your best bet, in that case, is to contact the vendor of the application and ask...
January 12, 2009 at 7:09 am
RyanRandall (1/9/2009)
Having many similarly named tables is usually an indication that...
January 12, 2009 at 7:07 am
Jeff Moden (1/9/2009)
GSquared (1/9/2009)
January 9, 2009 at 2:48 pm
Matt Miller (1/9/2009)
GSquared (1/9/2009)
January 9, 2009 at 2:42 pm
gcopeland (1/9/2009)
January 9, 2009 at 2:35 pm
http://support.microsoft.com/default.aspx/kb/321185
Has data on version numbers.
http://support.microsoft.com/kb/937137/
Has data on cumulative update version data.
January 9, 2009 at 2:12 pm
I've seen requests to Microsoft to make having a Where clause on every query be required, with the solution to unrestricted queries that they could have something like "Where 1...
January 9, 2009 at 12:33 pm
I'm not clear on what's being requested. What does a report have to do with how many someone can order of something?
January 9, 2009 at 12:26 pm
You should also correct the syntax of you create scripts. It's "create table ", not the other way around.
On the normalization, you will need the join tables already...
January 9, 2009 at 12:21 pm
You can't restore SQL 2000 system databases onto SQL 2005. Won't work. You'll need to migrate your logins, etc., but there are processes for doing all of that....
January 9, 2009 at 12:16 pm
You mentioned that the server was an instance, but it looks like you aren't using an instance-style server name. Try selecting "browse for more" in the server-name drop-down when...
January 9, 2009 at 12:14 pm
I'd say check what the monitoring tool means by that. And why is it saying that drive Z has a C-drive filepath on it?
January 9, 2009 at 12:11 pm
Of course, the other thing this part of this thread reminds me of, is a joke about a newly married couple.
The man tells his wife, "put on my pants". ...
January 9, 2009 at 11:36 am
Viewing 15 posts - 11,671 through 11,685 (of 14,953 total)