Viewing 15 posts - 46 through 60 (of 208 total)
Hi,
Check event log for more info and error message on why it is not starting.
March 3, 2009 at 2:11 am
Hi,
Sure... Post your tweaked script here so that it will help others... Thanks!
February 27, 2009 at 11:13 pm
Thanks Jack... It works!
February 25, 2009 at 5:37 am
You cannot add wildcard % to a IN() clause!
IN clause compares value but LIKE command looks for pattern. You may need to use LIKE only!
February 24, 2009 at 2:50 am
Add a step in between which does the job of sending mail. It should work!
February 24, 2009 at 2:43 am
Also note that Any changes to Logon settings for SQL Server and Agent Should be done through Configuration Manager because behind the scenes it adds new groups to local system...
February 24, 2009 at 2:40 am
Without knowing what to do and how to do, you have done so much? 🙂
I suspect that the database name you have given in Initial Catalog is not available or...
February 24, 2009 at 2:38 am
So SQL 200 to 2005 migration is possible? 😀
February 24, 2009 at 2:34 am
so manually specify the port in your connection, then you dont need SQL Browser's help!
February 24, 2009 at 2:30 am
N Denotes that variable in nVarchar... No performance issue is related to this!
February 24, 2009 at 2:27 am
Right Click Publication Properties --> Articles --> Click on ... on table name --> Snapshot --> Tick on "Include declared referential integrity"
Check for pros and cons of doing this since...
February 24, 2009 at 12:06 am
As said by Krishna,
You can't take LOG backup for Master because Recovery Model is set as SIMPLE and even if you change it...
February 23, 2009 at 11:42 pm
Is it one time requirement like Database Refresh or you want to implement standby solutions like Mirroring, Log shipping?
February 23, 2009 at 11:27 pm
Can you ensure that you have providers properly installed by performing below operation?
In SQL Server Management Studio, expand "Server Objects->Linked
Servers->Providers" to see if there is a provider named
Microsoft.Jet.OLEDB.4.0.
Is there any...
February 18, 2009 at 5:45 am
ok ok don't worry... We are here to help you...
Go to security option of linked server select "Be Made using this security context" and type username and password both as...
February 18, 2009 at 2:44 am
Viewing 15 posts - 46 through 60 (of 208 total)