Viewing 15 posts - 1 through 15 (of 54 total)
Thanks to Vasc!
The performance of the second one is much faster than the first one.
It is under a minute in a huge table. Many thanks.
June 16, 2005 at 2:15 pm
Thank you exactly what I was looking for.
I am trying to convince a cheap client on not installing SQL Server on a Domain Controller. I am trying to construct...
January 6, 2005 at 2:53 pm
Any input greatly appreciated, except for that one.
January 6, 2005 at 2:17 pm
You cannot have nulls in the column. If you are receiving an error there are probably nulls.
Scripting from enterprise manager changing a column to Identity, it creates a table...
July 13, 2004 at 2:17 pm
Data Transformation Services will accomidate. You can create a DTS package and save it then run it within SQL.
For a one time import just right mouse on the table...
July 13, 2004 at 12:00 pm
This query does as you as. Difference between two most recent. Dont you want the difference between the start and end of each query though? I inserted you data into...
July 13, 2004 at 11:57 am
nothing like using a sledgehammer to kill a flea, but how this function which you pass the begin date, end date and what date part you want using 1 or...
July 13, 2004 at 10:33 am
The uniqueidentifier is the primary key. I used the newid() in the procedure and it worked (you had it noeld).
There is no issue like with auto assigned integers that...
July 13, 2004 at 7:36 am
Works if your pointing to PUBS. So I would have to say, really, really bad question.
July 9, 2004 at 8:11 am
I have found that defraging a drive is always a good idea. Keep in mind that SQL Databases are always open and are almost always written to in some way...
June 28, 2004 at 2:00 pm
I would do:
1) Events over a specific serverity instead of each error. You can specify a severity level instead of an error. So put all the show stoppers in. It...
June 28, 2004 at 11:10 am
TCP/IP should be setup in the client network utility under sql server group. Just having TCP/IP present (loaded on the workstation) is not enough.
Create an entry in the network...
June 28, 2004 at 10:51 am
Just standing on the sholders of great minds like Itzik Ben-Gan.
June 17, 2004 at 1:33 pm
Or using my same table above and same concept this just lists the lower missing number and upper missing number for each range missing:
SELECT (tableid + 1) LowerMissing, (SELECT...
June 17, 2004 at 10:04 am
Viewing 15 posts - 1 through 15 (of 54 total)