Viewing 15 posts - 5,776 through 5,790 (of 6,400 total)
you could use, SSIS, Import Export Data Wizard, BCP.
Quickest would be the wizard but if you want to do fancy things with the data on the copy then SSIS
February 28, 2012 at 1:38 am
SQLSvrStevo (2/27/2012)
February 28, 2012 at 1:11 am
believe I have resolved it
i created a deadlock and it didnt fire the alert
and i was still trying to fire the same deadlock alert, but I had to create a...
February 27, 2012 at 7:48 am
you have to allow the other servers internet connectivity
we have DEV/TEST servers here in the UK locally and PROD servers in the US managed by a 3rd party.
I'm a fan...
February 27, 2012 at 6:48 am
we connect to a 3rd party ftp site, download a zip file using a http connection manager
we then have a C# script which checks the unzipping directory and clears it...
February 27, 2012 at 6:18 am
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
Viewing 15 posts - 5,776 through 5,790 (of 6,400 total)