Viewing 15 posts - 586 through 600 (of 1,366 total)
Able to connect using
NET START MSSQLSERVER /f /T3608
July 31, 2013 at 6:37 am
Thanks for the reply.
I am local admin but still getting login failed error
July 31, 2013 at 6:36 am
Try This..
1.Turn ON the Auto-Close option for databases
2.Kill all connections
and then try to copy the files
July 8, 2013 at 3:18 am
Thanks a lot Steve..
I am blessed to get a reply from the great Steve.
June 17, 2013 at 9:40 am
Thanks Gail..
I gave dbcreator server role and ddladmin db role so that the user can create snapshot of only that particular existing userdb.
June 14, 2013 at 10:31 am
Thanks Lowell and thanks again for the Link
June 6, 2013 at 8:17 am
Thanks Lowell,
I want the process to keep running. Creating a recurring job wont help me.
Since am trying on test server DBCC CHECKDB wont take more than few seconds.
June 6, 2013 at 7:18 am
I havent tried this but i think it can be done if you give tables in database with different names atleast different schema name in different databases
May 16, 2013 at 3:23 am
try below query
SELECT
mid.statement
,migs.avg_total_user_cost * (migs.avg_user_impact / 100.0) * (migs.user_seeks + migs.user_scans) AS improvement_measure,OBJECT_NAME(mid.Object_id),
'CREATE INDEX [missing_index_' + CONVERT (VARCHAR, mig.index_group_handle) + '_' + CONVERT (VARCHAR, mid.index_handle)
...
May 14, 2013 at 2:37 am
Hope you adding the new file to primary filegroup
April 4, 2013 at 7:21 am
I have admin previleage in that machine..
I stopped sql server and agent and started sql server using net start mssqlserver -m
when i tried to connect using SQLCMD -U domain\user -P...
March 27, 2013 at 7:15 am
Viewing 15 posts - 586 through 600 (of 1,366 total)