Viewing 15 posts - 2,131 through 2,145 (of 5,103 total)
Although not something you should be doing a lot this can come in handy:
http://vyaskn.tripod.com/search_all_columns_in_all_tables.htm
January 3, 2007 at 1:51 pm
I for one, have seen Joe *bashing* all over the place and I do believe he deserve a bit of this article
I...
January 3, 2007 at 9:23 am
Why do you want to built all that logic in the Job itself. You should maintain the Job function fixed and code either on a stored procedure or on a...
December 29, 2006 at 1:26 pm
Like SQL Noob recommended, if they went all the trouble to delete/disable the foreign keys they may as well should use TRUNCATE TABLE instead of delete. DELETE does generates *a...
December 29, 2006 at 11:54 am
Don't you have to agregate across all types ?
If your database happens to have more than one Data/log file your query does *not* work
Also Tempdb has some other data structures...
December 29, 2006 at 11:51 am
>>I do run many SQL servers in VMs and I have not yet had a problem. <<
How much load are those servers taking ?
December 29, 2006 at 9:16 am
The main issue is *in my opinion* if you need to interact with the redundant servers. Mirroring will *not* let you, unless you create db snapshots. Replication will. On the...
December 29, 2006 at 9:12 am
Another Blunder on the "answers". Definitely wrong and not too hard to confirm that the BULK option *requires* a data file!!!
And by the way you don't *need* SSIS. You could...
November 30, 2006 at 12:02 pm
If you are using SQL Server 2005. Replication monitor does that for you.
November 28, 2006 at 8:13 am
Because I don't think that query is using "any" index you can create a udf and make it that "bit" more efficient. ![]()
Cheers,
November 20, 2006 at 3:00 pm
When using windos authentication You will either have to have your server enabled for account delegation through kerberos or use a linked server with account mappings. SQL Authentication is less...
November 20, 2006 at 2:56 pm
True you will use it on case sensitive serches but the question is
How *not* to ..
... Mine is why would you...
November 20, 2006 at 12:53 pm
Actually if you are hard-coding the collation on your stored procedure you must be doing something *very* interesting. What is it? I have only come accross such things in MS...
November 20, 2006 at 12:44 pm
You need to grant SELECT/UPDATE/DELETE permissions to the role you just created on the tables you are going to read/write and if that includes "All" then use the shortcut that...
November 20, 2006 at 12:33 pm
Viewing 15 posts - 2,131 through 2,145 (of 5,103 total)