Viewing 15 posts - 136 through 150 (of 1,127 total)
i am actually in middle of a project where i have to do exact same thing. I am using a powershell script to copy the file and the script...
March 29, 2016 at 10:53 am
Can you please be more specific. This forum is particularly for SQL Server, does it monitor any performance related counters for SQL Server?
March 24, 2016 at 3:16 pm
Sachin Nandanwar (3/23/2016)
March 23, 2016 at 9:42 pm
SQL-DBA-01 (3/3/2016)
Awesome....Thnx..Just wanted to be double sure
Easy to test, create a sql account with the policy on and type 3 bad passwords and see if it gets locked out.
March 3, 2016 at 1:54 pm
SQL-DBA-01 (3/3/2016)
In my case it is just SQL Account but not the "domain account"..
When you create sql accounts and check " Enforce Passoword Policy", local windows policies on that server...
March 3, 2016 at 11:44 am
Luis Cazares (3/3/2016)
March 3, 2016 at 11:29 am
Luis Cazares (3/3/2016)
DECLARE @templogin NVARCHAR(128);
Set @templogin='domain\user1';
exec [DBA].[dbo].[CopyAllLoginsUsers] @loginholder= @templogin;
Especially when using NVARCHAR(MAX), you're exposed to SQL injection.
Use parametrized queries whenever...
March 3, 2016 at 9:58 am
I would start updating the statistics first on subscribers.
February 23, 2016 at 11:07 am
mikeb80 (2/18/2016)
The tempdb files are stored in a RamDisk. There is almost 50GB free space in this RamDisk.
However I'm not able to increase the size of the tempdb data file...
February 18, 2016 at 7:55 am
Kishore M. K. (2/17/2016)
Do we have any to tool to measure SQL Server (2012 or 2014) Performance and/or Database Performance with respect to the I/O Resource usage, Memory consumption,...
February 18, 2016 at 6:30 am
Hugo Kornelis (2/16/2016)
So the assumption made previously that you need to change the domain name for all logins while keeping the rest intact was indeed correct?
Good point, actually the...
February 16, 2016 at 1:31 pm
I hate to say this but it "depends" . How is the database served to the application. Is there a single database for each client or all clients data are...
February 16, 2016 at 12:23 pm
Apologies for confusion, i don't know how to draw a table here, so putting in text format. Let me put the steps that i am using:
i) I use a script...
February 16, 2016 at 9:03 am
Hugo Kornelis (2/13/2016)
curious_sqldba (2/12/2016)
February 13, 2016 at 12:12 pm
Can this be used for physical vs VM?
February 5, 2016 at 8:52 am
Viewing 15 posts - 136 through 150 (of 1,127 total)