Viewing 15 posts - 5,776 through 5,790 (of 6,395 total)
you could create an ssis package and give it a script task which will execute VB.net or C# code and then schedule the package as a job
February 27, 2012 at 6:06 am
wrap the ? in [] then test it, looks ok to me
February 27, 2012 at 5:36 am
are you talking about the SA account?
if so SQL will not allow you to continue the installation without a windows user all so being a sysadmin, if you know this...
February 27, 2012 at 4:35 am
take a look at an undocumented function called sp_msforeachdb, this will allow you to execute the same query in all databases including master model msdb and tempdb so you will...
February 27, 2012 at 3:41 am
they dont have any special ports in logshipping, they use file copy ports and whatever port SQL is running on, usually 1433 unless you have changed it or installed a...
February 27, 2012 at 3:41 am
you will need to build in a link to the system catalogs for schemas and users as they will be different in each do and then pass the values in...
February 27, 2012 at 3:24 am
Ok so you can do PIT restores.
Ok what is your backup routine? Full daily/weekly/monthly? Diffs daily/weekly/monthly TXLogs 5mins/15mins/Hourly/Daily etc
If you dont do TXLog backups then you cant do...
February 27, 2012 at 2:50 am
take a look through the url above and also backupset table and build a sp_send_dbmail query to send you the mail
February 27, 2012 at 2:15 am
you just need to grant execute on the schema in question
so if everything is in the DBO schema you would do
GRANT EXECUTE ON SCHEMA::dbo TO ixxxxxx
you could also create a...
February 27, 2012 at 1:29 am
to enable file stream, you need to first logon to the server and open up SQL Server Configuration Manager.
in the SQL Server Services section, right click the SQL Server (MSSQL.......)...
February 27, 2012 at 1:24 am
you need to have atleast one server in the scale out deployment box, so put the name of the new server back in that box.
as you did a backup and...
February 27, 2012 at 1:20 am
LowFatSpread (2/25/2012)
For the recovery model. Given that i'm no sql server guru. Recovery
page verify - checksum.
How can I back up everything logs, database from a procedure? Do you have...
February 27, 2012 at 1:18 am
best to check what that role can do and then tie it back to people who are db_denydatawriter and db_executors.
in SQL a deny is higher than a grant, but in...
February 27, 2012 at 1:14 am
what port are you trying to find out? the port which SQL is running on? you can use the SQL Server Configuration Manager to find that out, if...
February 27, 2012 at 1:05 am
you should have some alert jobs for log shipping, these will tell you in your in sync or out of sync as they will either succeed of fail, you could...
February 27, 2012 at 1:03 am
Viewing 15 posts - 5,776 through 5,790 (of 6,395 total)