Viewing 15 posts - 61 through 75 (of 143 total)
after taking backup of single table in a file how can I restore that file in a database ?
July 27, 2011 at 7:45 am
hi,
Below error is occurring while executing bcp -
C:\>bcp export1.dbo.tab1 out new.dat -T -c
SQLState = 08001, NativeError = 17
Error = [Microsoft][ODBC SQL Server Driver][Shared Memory]SQL Server does not exist or acc
SQLState...
July 27, 2011 at 7:18 am
User does not want to create another database. And if it possible with BCP can you please brief it, I never used this utility. How can I use this BCP...
July 27, 2011 at 6:52 am
Hi Gail,
My boss told me to validate transaction log file, i just could not understand him. I don't know what exactly he wants me to do with transaction log file,...
July 7, 2011 at 7:16 pm
Hi Mohan,
In my case log file is 516 gb of initial size with enable autogrowth. We have a maintenance plan to rebuild index but i noticed, after completion of rebuild...
July 6, 2011 at 7:49 pm
Hi Mohan,
Please refer your old thread.
July 6, 2011 at 7:30 pm
But as per my knowledge there is resourcedb in SQL 2005 too. If you go default data directory you will find mssqlsystemresource.mdf and mssqlsystemresource.ldf. I think these two files belong...
July 5, 2011 at 11:54 pm
I used DBCC command manually to defrag the indexes and it worked for me. Thanks all.
July 5, 2011 at 9:55 pm
This stored procedure will fix the orphaned users, if i am not wrong but what about the permissions and rights of those database users which were on production and now...
July 5, 2011 at 9:12 am
No, we do not have any shrinking task too.
July 4, 2011 at 8:20 pm
Viewing 15 posts - 61 through 75 (of 143 total)