Viewing 15 posts - 1 through 15 (of 40 total)
SQL-DBA-01 (10/6/2014)
Hi,Unable to pass the select statement to cursor to get details across each databases.
You need to accommodate use dbname command in dynamic query.
Here it is
DECLARE @DB_Name varchar(20)
DECLARE @Command...
October 6, 2014 at 11:12 am
Seems to be SPACE in the file name.
try with out space in the file path or enclose it in double quotes.
October 6, 2014 at 11:01 am
wayne.stevens (9/23/2014)
"Login failed for user 'wste199e'.".
Ensure Login wste199e has desired access to perform the tasks in the package.
OR
Modify the package to use windows authentication in connection manager, and at the...
September 23, 2014 at 9:24 am
Chowdary's (9/22/2014)
Right Click --->Script Database As --->Create To ---->New Query Editor Window, here he can...
September 23, 2014 at 8:52 am
Pablo Campanini-336244 (9/18/2014)
I know now that AlwaysOn feature HAS to be installed/configured on a Windows Clustering environment, BUT the secondary replicas, like the Disaster recovery replica residing in a different...
September 18, 2014 at 7:33 am
Chowdary's (9/9/2014)
September 10, 2014 at 8:43 am
Did you get to look at permission granted to public role?
You could apply DENY on few sys schema objects.
Try few of the below, ensure it does not deny the users...
September 9, 2014 at 7:46 am
Create a function to execute sql query and then cross apply with TABLE1 which is the output of the result from the query modified by Bob.
create function dbo.fn_execsqlquery
...
June 26, 2014 at 11:22 am
What is the state the error message 18456 give for this issue?
Should it be state 12?.
You may refer here.
Server level permission could be found with this sql.
Look for...
June 24, 2014 at 9:41 am
SQLalchemy (6/23/2014)
103!3@107@2!5#3@
instead of: 2!3@3@2!5#3@ ?
SELECT REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(
Place, 'a','2!'), 'b','3@'), 'c','5#'),...
June 23, 2014 at 12:28 pm
Maddave (6/20/2014)
There are no snapshots being taken and log files are truncating fine etc. Checkdb ran last night as planned, but is not still running.
You could check...
June 20, 2014 at 1:26 pm
anicet.saulet (6/20/2014)
ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException: AuthzInitializeContextFromSid: Win32 error: 5; possible reason - service account doesn't have rights to check domain user SIDs.
June 20, 2014 at 7:42 am
Check This : http://support.microsoft.com/kb/913668
and
is the permission set to create assembly same in UAT and Production?
You may refer this also for permission set http://msdn.microsoft.com/en-us/library/ms189524.aspx%5B/url%5D
April 15, 2014 at 1:43 pm
<project name>.SSISDeploymentManifest will be used to deploy SSIS packages to server, would not be helpful in scheduling packages.
Read this, would help in understanding deployment.
April 9, 2014 at 7:24 am
Error 6 OLE DB error: OLE DB or ODBC error: Login failed for user 'NT Service\MSSQLServerOLAPService'.; 28000. 0 0
Error 7 Errors in the high-level relational engine. A connection could...
April 9, 2014 at 6:36 am
Viewing 15 posts - 1 through 15 (of 40 total)