Viewing 15 posts - 121 through 135 (of 295 total)
It returns the default database from sys.server_principals but it doesn't return that SQL logins from sys.database_principals. But if you go through SSMS, that user has valid permission to the...
November 22, 2013 at 8:04 am
Some of them were disabled. I enabled them and used the password to login; but it still says Login failed for user....
November 21, 2013 at 7:06 pm
From DTS, when I try to upgrade, here is the error.
Anybody? I am at a hard stop.
Package Upgrade: Failed to save package file "c:\users\documents\visual studio 2010\projects\SSISMigration\SSISMigration\SSIS_Package1_F.dtsx" with error 0xC0014061...
November 19, 2013 at 1:41 pm
When I try to execute from SDT also, it throws the same error.
November 19, 2013 at 12:24 pm
Thanks. Any idea how to copy the list of linked server from 2005 to 2012? I didn't see the option in SDT.
November 17, 2013 at 5:18 pm
can't take compressed backup on 2005...what are other options? because other dbs are pretty similar in size.
November 17, 2013 at 3:03 pm
It failed on master stored proc objects. I skipped that and its working now. But its been alreay an hour and the process to copy is still runnng. DB size...
November 17, 2013 at 2:42 pm
Query runs fine. How do I filter the ones that haven't been used by query optimizer for certain days. I am interested only in _WA stats.
August 11, 2013 at 2:47 pm
U rock!! It worked awesome. I would never thought of rewritting it like that. Runtime is now 1 sec from 7-8 sec which is awesome. Thank you!!!
July 30, 2013 at 1:59 pm
Where are you doing SELECT @Var5 = max(mycol) FROM Mytable WHERE mycol = @a ? I need to get max on that column from Mytable.
July 29, 2013 at 3:39 pm
Sorry, I cannot post the actual code for security reasons. I have figured out a way to write a function that returns the value that I am looking for which...
July 28, 2013 at 4:02 pm
Can you give me some pointers of rewriting this query? Can data be grabbed at 1 shot instead of doing UNION ALL.
July 28, 2013 at 1:13 pm
Is recursive CTE possible to rewrite this? If yes, how?
July 27, 2013 at 7:11 am
How can i write a recursive function for this?
select col1, col2, col3
From BaseTable
Left Join dbo.Table6 Table6 on (BaseTable.z = Table6.ID6)
Left Join dbo.Table5 Table5 on (BaseTable.z = Table5.ID5)
Left Join...
July 26, 2013 at 3:36 pm
Viewing 15 posts - 121 through 135 (of 295 total)