Viewing 15 posts - 1,846 through 1,860 (of 7,168 total)
Are you saying that you are developing in BIDS on the same machine where SQL Server Agent is running? What account is the SQL Agent service running as? Log into...
February 21, 2013 at 9:26 pm
I just disabled it in dev and qa and restarted the sql server service and it will be disabled in production before the next scheduled maintenance that requires a service...
February 21, 2013 at 5:15 pm
homebrew01 (2/21/2013)
Since I am often the confused person asking questions, when I finally get to help, I sometimes give extra info "just in case".
and that approach happens to align quite...
February 21, 2013 at 3:13 pm
gopinathreddy.d (2/20/2013)
For Example : I want To Insert These 3 Values Into Above Column
'ABC' ...
February 21, 2013 at 2:52 pm
homebrew01 (2/21/2013)
opc.three (2/21/2013)
midnight251 (2/21/2013)
Interesting. I didn't know you could take it down that far and only restore certain data to certain tables.
You can't restore data for specific tables without...
February 21, 2013 at 2:08 pm
midnight251 (2/21/2013)
Interesting. I didn't know you could take it down that far and only restore certain data to certain tables.
You can't restore data for specific tables without the help...
February 21, 2013 at 1:24 pm
By granting the "VIEW DEFINITION" permission on the source table
Are you sure that had anything to do with anything?
, and adding the user to the dbReader/dbWriter database role on the...
February 21, 2013 at 12:35 pm
andykr-773587 (2/21/2013)
On a single server there are two databases:
DB1 = OLTP database for an application
DB2 = Audit Log Database
Cross database ownership is...
February 21, 2013 at 12:08 pm
1. Make sure gpg is correctly installed on the server in the location you're referencing.
2. Log into the server as the SQL Agent service account and accept the key...
February 21, 2013 at 11:43 am
Your approach would be correct if you were in a disaster recovery scenario and wanted to recover as much data as possible.
As for why you would want previous log backups,...
February 21, 2013 at 8:46 am
sam-433147 (2/20/2013)
set @sql='move '+@file1+' '+@file2
EXEC master..xp_cmdshell @sql , NO_OUTPUT
now, i want the query to wait...
February 21, 2013 at 8:14 am
Ed Wagner (2/21/2013)
February 21, 2013 at 6:57 am
Than you for the test data. There were some errors in it but I got it to work. Here it is for other onlookers:
INSERT INTO dbo.StudentHistory
...
February 21, 2013 at 6:26 am
What is the purpose of capturing the results in a table with the column name that differs? I am not seeing a clear and easy way to do this with...
February 21, 2013 at 6:08 am
Thank you for the table definitions. This looks like homework, which is fine, I am happy to help, but I need for you to provide the other three things I...
February 21, 2013 at 3:57 am
Viewing 15 posts - 1,846 through 1,860 (of 7,168 total)