Viewing 15 posts - 91 through 105 (of 118 total)
Vijai,
I think it would depend on the reason for the trigger in the first place?
Matt.
May 21, 2008 at 6:05 am
Nice to hear!
Thanks,
Matt.
May 21, 2008 at 5:51 am
I'd do what MarkusB said, but if not, id recommend the following script as it can also send a NET SEND message to the user letting them know whats happening:
May 20, 2008 at 1:29 pm
Hi Isabelle,
Sorry, i hope i have worded it a bit better this time.
We had our production cluster "Cluster A" that housed our live systems. We then used log shipping...
May 20, 2008 at 1:24 pm
Hi Steve,
Put the use database statement mentioned above directly after the create database. This will ensure any statements after the use database statement will be aimed at the correct...
May 20, 2008 at 6:33 am
Take a look at this KB Article:
http://support.microsoft.com/kb/315886
Scroll down and take a look at Q12, Q13 and Q14 in particular.
I have seen this happen before when Outlook is waiting...
May 20, 2008 at 6:19 am
Nice example Carl, thanks.
Matt.
May 20, 2008 at 3:38 am
Isabelle,
We did something similar at one of our sites. We had an application that hammered the main SQL Server cluster with some of the reports it ran. We had...
May 20, 2008 at 1:25 am
I dont think you can using any of the built in functions.
You could do this using a User Defined Function that returns a varchar string in the format you requested.
Matt.
May 20, 2008 at 1:18 am
So you dont see 'MSSQLSERVER' in your list of running services?
When you installed SQL Server, what account did you set the services to run as? Is the account a local...
May 20, 2008 at 1:10 am
nyboy,
What database are you trying to connect to, im guessing SQL Server 2005? Whats the exact error message you get?
Feel free to PM me the error message as...
May 19, 2008 at 10:17 am
Hi,
Can i ask why you need to seperate the data into different tables when you have a date column?
Would it not be easier to have a table that holds...
May 18, 2008 at 12:42 pm
Try this, it should work. The only thing i have changed is ive added the 'GO' after each statement.
-- Mitch Curtis
-- A2view.sql
-- Set the active database to KWEA.
USE KWEA;
GO
-- Drop...
May 17, 2008 at 12:35 pm
Hi Dom,
If your looking for some test data, give this tool a shot:
http://www.red-gate.com/products/SQL_Data_Generator/
Its pretty good for generating realistic data for testing whilst studying for 70-431.
Matt
May 17, 2008 at 12:31 pm
Viewing 15 posts - 91 through 105 (of 118 total)