Viewing 15 posts - 991 through 1,005 (of 1,365 total)
Per Seat for
The Per Seat licensing mode requires a Client Access License for each device that will access SQL Server 2000 Server. Per Seat is often more economical for networks...
November 7, 2008 at 10:53 am
Please read about Implementing Application Failover with Database Mirroring at:
http://www.microsoft.com/technet/prodtechnol/sql/bestpractice/implappfailover.mspx#EMD
Connection String
The SQL Native Client data providers introduced a new connection string keyword to support some of the new features in...
November 7, 2008 at 10:28 am
Can you try dropping the existing plan and creating it again if noone(who has faced this before) replies back back with solution?
MJ
November 7, 2008 at 8:40 am
Please post the error message or the message under job step history here so that we can guess something out of it.
MJ
November 6, 2008 at 5:03 pm
The mirror database is inaccessible to applications and receives transactions sent from the principal database(http://mctssqlserver.blogspot.com/2007/10/database-mirroring.html).
MJ
November 6, 2008 at 1:46 pm
I was just telling him how dts package can be used once created. Only users with access to database can manipulate data from dts.
I never intended to provide direct...
November 6, 2008 at 10:30 am
They can only do something using dts once they get database access, you need to provide only the required access and they will be controlled automatically.
MJ
November 6, 2008 at 7:31 am
Have you tried running the t-sql statament ran by the code on server itself? It will answer your problem whether its timeout settings on >net side that needs to be...
November 6, 2008 at 7:27 am
November 5, 2008 at 4:25 pm
No stored procedure can help you here. You need manually apply t-logs in sequence and test wth the final log restoration by specifying some guessed time and see if you...
November 5, 2008 at 4:16 pm
If you just need to update sysservers table then try one thing:
Attach your master database files to some other 7.0 server as a user database and update(turn on allow adhoc...
November 5, 2008 at 2:27 pm
Try starting it from command prompt and let us know the error message you get over there and in event viewer logs, if any.
MJ
November 5, 2008 at 11:00 am
You can create packages with just public role membership but for defining tasks under package you need to make connections to server and access the intended database. For accessing a...
November 5, 2008 at 7:56 am
Did you try setting timeout setting to 1 hour or something apart from 0(i.e. unlimited) as it usually allows the code to give an hung impression to server.
MJ
November 5, 2008 at 7:16 am
Did that problem got resolved by setting timeout to 0(unlimited)?
Sorry asking quiet late.
MJ
November 4, 2008 at 4:20 pm
Viewing 15 posts - 991 through 1,005 (of 1,365 total)