Viewing 15 posts - 331 through 345 (of 1,068 total)
nikhil.desai1 (1/15/2012)
The operation could not be performed because OLE DB provider "SQLNCLI" for linked server "ipaddress" was unable to begin a...
January 15, 2012 at 10:38 pm
nirnaykhatri (1/12/2012)
January 12, 2012 at 10:16 pm
balaji.ganga 68339 (1/12/2012)
I believe there is no compression backup option from SQL 2000 environment.
Is there any chances to copied...
January 12, 2012 at 2:43 am
Knowledge Hunter (1/12/2012)
We have a SQL Server 2008 R2 hosted on a server having OS Windows Server 2008 R2.
I am added to Windows, Admin group for the server.
When I...
January 12, 2012 at 2:29 am
It looks like the backup file you are trying to copy is big (in GBs) and your DEV server has very less free RAM.
You can try copying compressed backup file....
January 12, 2012 at 2:15 am
chaudharydpk0 (1/12/2012)
January 12, 2012 at 1:42 am
You can add a column to the table called Locked with default value N.
When you read it for monitoring, change the column value to Y.
If value is Y, don't...
January 11, 2012 at 2:04 am
I know that this post is few weeks older, still responding....
1) Failover the cluster server. This doesn't help becuase same file is used by the nodes.
2) Drive has enough space....
January 11, 2012 at 1:05 am
You have not mentioned whether you have monitored the drive space.
Is AutoGrow is ON?
1) You can't shrink file, if 100% file space is utilized
2) If you have free space is...
January 11, 2012 at 12:23 am
cjohn5552 (1/8/2012)
... I noticed that you can't remotely reference tables on linked servers whose instance names contain dashes ...
Try this. May work. Not tested.
Write the instance name inside the sqare...
January 8, 2012 at 10:11 pm
You may get this info by querying DMOs, if your server is not restarted in the last 6 months.
January 6, 2012 at 12:01 am
SKYBVI (1/5/2012)
If the database is offline and does not start.
Try to take a tail-log backup. Because no transactions can occur at this time, using WITH NORECOVERY is optional. If the...
January 5, 2012 at 9:10 pm
If a user is member of only db_datareader db role he/she can only select. He/she cannot alter or update.
Check whether alter or update permission is granted separately.
Also check whether...
January 5, 2012 at 2:52 am
EXEC sys.sp_configure N'remote access', N'1'
GO
RECONFIGURE WITH OVERRIDE
GO
January 5, 2012 at 12:48 am
By default SQL Server does not allow remote connections. You need to enable remote connections.
January 4, 2012 at 11:50 pm
Viewing 15 posts - 331 through 345 (of 1,068 total)