Viewing 15 posts - 121 through 135 (of 233 total)
Let me ask you one question. What I can see from your result that, once you get 'Trl' from Substring([Column 0], 4, 3), every thing else below that will be...
May 7, 2013 at 2:02 pm
You can try deny CONTROL permission on the database or VIEW DEFINITION permission to role.
not sure, whether will work with db_owner or not.
May 7, 2013 at 1:53 pm
Lowell, he has mentioned in first post that The primary key combination for the destination table is "ROBumber + ROTime" .
May 7, 2013 at 1:23 pm
I was able to replicate exact same issue in my environment if the CTE name & name of table is same, so I do not see any reason that it...
May 7, 2013 at 1:07 pm
So, if already exists, it will not return anything from the second sql. Because you are checking for not exists?
I thought that you want the path for Master DB only...
May 7, 2013 at 11:33 am
Do you already have Database named Test_Restore?
May 7, 2013 at 9:37 am
You are doing it right. What issue you are facing?
Instaed of if exists use "If NOT EXISTS"
Check for DB from sys. sysdatabases then get path from sys.master_files.
May 7, 2013 at 8:53 am
I would recommend to read through this. As Jeff & Oliiii said there may be numerous factors which maybe affecting it.
May 7, 2013 at 8:39 am
I think it may be stuck on a certain dependency on something external to SQL Server or it may be a bug.
Check this out.
May 7, 2013 at 8:24 am
Look at he Memory Manager. First Section.
VM Reserved
VM Committed
May 7, 2013 at 8:06 am
Have you given the ‘Lock pages in memory’ right to the account used by the SQL Server instance?
Also the task manager is not a right place to look for how...
May 7, 2013 at 7:51 am
You can also get that info from default trace file which SQL server maintains.
Open .trc file from your ...\MSSQL\LOG folder and search for the stored procedure which you are looking...
May 7, 2013 at 7:38 am
Have you tried it?
May 7, 2013 at 6:47 am
What version of SQL Server you are in?
It is a known issue SQL Server 2005 SP2. There is a ptch out to fix this issue.
But if you are in...
May 7, 2013 at 6:46 am
So could you be more specific? 2 servers- DO they have same databases/ different databases?
Which DB you are using to to create snapshot & where?
Have to tried replication instead of...
May 6, 2013 at 3:18 pm
Viewing 15 posts - 121 through 135 (of 233 total)