Viewing 15 posts - 196 through 210 (of 464 total)
scraze (2/9/2009)
ALTER TRIGGER [Logging].[MasterLogTrigger]
ON [Logging].[MasterLog]
...
February 10, 2009 at 8:06 am
The slide said 260,000 users per day, even though the speaker said 260.
February 9, 2009 at 9:36 am
I don't want to derail the topic, but with regard to triggers not rolling back if raiserror is used, BOL (http://msdn.microsoft.com/en-us/library/ms178592.aspx) states
When RAISERROR is run with a severity of 11...
February 8, 2009 at 8:31 pm
Bruce W Cassidy (2/8/2009)
Okay, I will bite. How is "SQL Server less than Oracle"?
Well, it costs quite a bit less! But I'm not sure that was quite the...
February 8, 2009 at 3:51 pm
Too complicated for me to really take it all in, but a couple of thoughts:
1) the "with recompile" statement has been commented out - does this mean you tried it...
February 8, 2009 at 3:46 pm
Bruce W Cassidy (2/8/2009)
February 8, 2009 at 3:35 pm
Talk to the user's manager about the request, the reasons why it's a bad idea, the alternatives, and any applicable legal/standards requirements. If they still want you to proceed...
February 7, 2009 at 8:21 am
You may have to play with the restore options a little to fit your exact requirements, but if it is a fixed file name and restoring over an existing database...
February 6, 2009 at 12:51 pm
Cherie, your problem may be unrelated. Windows groups cannot be assigned a default schema inside SQL. If the application is not referencing objects with a 2 part identifier...
February 3, 2009 at 8:28 am
The only way you can force them to use the correct query is to create procs and deny them read access to that table - it probably won't be as...
February 2, 2009 at 9:58 am
If the table has a timestamp you could index it and have them include it in all queries - presumably they only want to retrieve recent information. If they...
February 2, 2009 at 9:18 am
Yes, it is possible to shrink the log file in a log shipping scenario. But the root cause of the problem is that you are reorganizing all your indexes...
January 31, 2009 at 6:45 pm
One other option to consider: FTP. As long as you can provide a machine that is reliably connected to the internet and can be suitably secured, this is pretty...
January 31, 2009 at 6:22 pm
I would guess that you will also get questions about backup / recovery processes - think filegroup backups, striping backups over multiple drives, possibly snapshots and snapshot restores etc. ...
January 30, 2009 at 3:17 pm
You don't have an actual plan do you? It's possible that the stats are off somewhere, and with a plan this complex a small difference in one node could...
January 30, 2009 at 1:08 pm
Viewing 15 posts - 196 through 210 (of 464 total)