Viewing 15 posts - 166 through 180 (of 185 total)
The repair will not be done if it is not set to a single mode! The answer is YES.
January 29, 2013 at 12:30 pm
"i want to know can we restore from network drive and how ???????"
The answer is yes, check this out http://www.mssqltips.com/sqlservertip/1126/sql-server-backup-and-restore-to-network-drive/
You need to first see if you can...
January 7, 2013 at 8:52 am
Thanks for your input, will do the datafiles than the whole database.
January 4, 2013 at 2:32 pm
Gail -
Yes, I am not doing it to improve performance. It is a one time thing I have to do shrink because large data was deleted and now we have...
January 4, 2013 at 2:27 pm
Gail,
How about if I do: DBCC SHRINKDATABASE (dbname, 10)? Would that better? There are over 20 datafiles in the database.
Thank you!
Lava
January 4, 2013 at 2:06 pm
Gail - As always, I enjoy reading your answers... Thank you.
you mentioned that by just rebuilding the indexes, that should help... I have to say, I run into same situation,...
January 4, 2013 at 2:04 pm
As you recommended, I will be using vb script to delete... Thanks for you reply.
December 21, 2012 at 10:30 am
You are correct, it is SQL 2k. It does not come with xp_delete_file.
December 21, 2012 at 10:26 am
Sorry, forgot to update this post... First thing first i was typing sqlcmd -s, it should be upper case -S servername\instancename. I first created a stored procedure to backup the...
November 26, 2012 at 12:27 pm
I found this very helpful link so that answered my question,
http://connectsql.blogspot.com/2012/06/sql-server-script-to-fix-allowpagelocks.html
November 19, 2012 at 2:03 pm
Great, will try it and see if it works. Thanks.
November 8, 2012 at 6:15 am
I am on the machine when trying to run the SQLCMD. I have other SQL versions elsewhere to use, can you please guide me to how I setup a package...
November 7, 2012 at 9:13 am
Below is what I got. How about using stored procedure? All I need is to have a job truncate two tables from two different databases to get truncated on weekly...
November 7, 2012 at 8:54 am
I do have a named instance, and i did use the correct name. What I saw is that named pipe for that instance is disabled. I can connect to the...
November 7, 2012 at 8:40 am
Named Pipes Provider: Could not open a connection to SQL Server [2].
Sqlcmd: Error: Microsoft SQL Native Client : An error has occurred while establi
shing a connection to the server. When...
November 7, 2012 at 8:20 am
Viewing 15 posts - 166 through 180 (of 185 total)