Viewing 15 posts - 181 through 195 (of 769 total)
In the dest (non Prod here) server, the SSDB is not created.
Should I create that first and then the similar two folder structure and try out the remaining?
I have already...
October 5, 2016 at 6:26 pm
Any suggestion how to create the DacPac Package?
September 28, 2016 at 8:34 am
I figured that out. It's because of low disk space.
September 22, 2016 at 9:35 am
Msg 1823, Level 16, State 2, Line 1
A database snapshot cannot be created because it failed to start.
Msg 7928, Level 16, State 1, Line 1
The database snapshot for online checks...
September 22, 2016 at 8:28 am
Top 5 will only display top 5 records....but if in the table 1000 rows are there and if I need to display 5 records each time comprising 200 iterations,, do...
September 21, 2016 at 9:40 pm
Any advice?
September 21, 2016 at 2:58 pm
I tried removing #temp..but getting this error.
Msg 2714, Level 16, State 6, Line 10
There is already an object named '#members_roles' in the database.
September 21, 2016 at 11:41 am
establish the linkedserver
September 21, 2016 at 6:52 am
How to include the "stats and Replace" options?
EXECUTE master..sqlbackup '-SQL
"RESTORE DATABASE [ABCD] FROM DISK = ''D:\backup\file.sqb''
WITH RECOVERY
, MOVE ''abc_1'' TO ''F:\MSSQL\Data\as.mdf''
, MOVE ''abc_1_log'' TO ''G:\MSSQL\Logs\2_log.ldf''"'
--, Stats = 10
--,...
September 20, 2016 at 8:31 am
can you ping me some good blog sites to create similar security notification events?
September 16, 2016 at 12:07 pm
Nice Script. If anyone do not want to drop the user just change that to "Select" so that you can check what are the results before droping the user.
select@sql =...
September 14, 2016 at 3:13 pm
Thanks Mike.
Other than SQL Accounts, if I need to gather details of all the services then any easy way to get it using T SQL?
Problem is in many services, the...
September 14, 2016 at 10:32 am
My 2 cents -
I believe that the drive should have enough free disk space as Database snapshot creates internal snapshots and if that does not have enough free space, it...
September 14, 2016 at 7:24 am
lets say at replication the user can have exclusive rights or at alwayson group level oreven at the database level.
Do you suggest running any other scripts to gather a more...
September 13, 2016 at 3:54 pm
So you are suggesting to extract all the login accounts in the SQL Instance and there if the name matches or present can shed that off?
September 13, 2016 at 3:25 pm
Viewing 15 posts - 181 through 195 (of 769 total)