Viewing 15 posts - 54,196 through 54,210 (of 59,068 total)
Heh... or, you could just shoot yourself in the head now and save on the anticipation 😀
November 9, 2007 at 5:23 pm
Heh... no problem there... most people don't even know it exists! 😛
Thanks for the feedback, Bruce.
November 9, 2007 at 5:13 pm
Heh... also notice that the != gets converted to a <> in the query plan output 😉
November 9, 2007 at 5:07 pm
Matt is correct... even if you're using SSIS, 2000 rows should be processed in the proverbial blink of an eye... even faster if you use Bulk Insert, instead 😉 ...
November 9, 2007 at 5:03 pm
SQLcommando (11/9/2007)
I'm not using the product "MYSQL" ... I just happened to name my server that. I'm using MSSQL 2000. Sorry for the misleading server name.
Heh......
November 9, 2007 at 4:53 pm
Susan S (11/8/2007)
Name of database
Logical file name of .MDF
.Mdf File location drive
Size of the file in MB
Physical file location(full path of .mdf file)
Maxsize
Growth
and...
November 9, 2007 at 4:48 pm
Correct... for more info, lookup "table hints, locking hints" in Books Online.
November 9, 2007 at 8:25 am
Ummm... rather than struggling with syntax, do you know what Books Online is? Comes free with SQL Server and, although it sometimes takes a bit to find what you're...
November 9, 2007 at 8:22 am
Do you have control over what the custom app does? For example, could you modify the custom app to write to a table in the server?
Otherwise, using BULK INSERT...
November 9, 2007 at 8:20 am
I don't know what is wrong, but I can neither open or save the attachement.
However, my recommendation was to look at "Expanding Hierarchies" in Books Online... that recommendation still stands......
November 9, 2007 at 8:05 am
I guess that means they're on the same server... so...
1) where can i have a predefined table with DBName,EMail as fields in it. either in each 5 DB's or just...
November 9, 2007 at 7:54 am
John Mitchell (11/5/2007)
MarkMy suggestion would be not to bother with an extra column, but instead to store that single extra value in a variable.
John
That would be my suggestion, as well.
November 9, 2007 at 7:47 am
There's a thousand different reasons for things like this...
Do the tables have the same number of rows?
Do the tables have the same indexes?
Are the indexes up to date?
Are the statistics...
November 9, 2007 at 7:44 am
Both...
The DBA's need to verify that the SQL Server instance is logged in either as a Super User that can see everything or must be logged in as a user...
November 9, 2007 at 7:38 am
Vincent Chute (11/9/2007)
I learnt != in maths so seeing <> has always been a wtf moment for me.
Just different notation dialects.
"!" being a shorthand for the...
November 9, 2007 at 7:12 am
Viewing 15 posts - 54,196 through 54,210 (of 59,068 total)