Viewing 15 posts - 1 through 15 (of 19 total)
I use a batch file that has the necessary steps for the backup process and then schedule the same with the Windows scheduler
March 9, 2010 at 9:54 am
One of the assembly was created with Permission_Set = Safe and the other one with Permission_set = UNSAFE. I did try changing both to Remote_Access but it didnt help
August 13, 2009 at 9:47 pm
Thanks for the input. I managed to get it done. created 2 jobs, the first one to back up and the second one to restore. Each runs on seperate servers....
May 16, 2008 at 2:39 pm
I came up with an idea of creating a CTE and then doing a final select from the CTE based on the Input parameter. My Select query too is not...
April 22, 2008 at 1:52 pm
What is the DDL for #tempRespPriceSummary table
Vinoj
April 8, 2008 at 2:16 pm
Not sure what you are trying to achieve. In my db i have Audit columns on all tables to determine who created the data and who modified it along with...
April 8, 2008 at 2:02 pm
Thanks for the reply. What if I was using SET XACT_ABORT ON, Do I still need to use the Begin TRAN and COMMIT
CREATE PROCEDURE ...
AS
SET NOCOUNT ON
SET XACT_ABORT...
April 8, 2008 at 1:47 pm
Could you copy the cursor code here.. It will be helpful
Vinoj
April 8, 2008 at 1:00 pm
So if i understand correct the best option is to have it in the FROM clause itself, got confused with the replies.
April 3, 2008 at 2:31 pm
I am also facing the similar kind of issue. I have a database which has 2 schemas. There are 2 development teams and each team reads the data from the...
March 25, 2008 at 3:08 pm
They are SQL logins. I have already added them to a new role
March 25, 2008 at 12:17 pm
Once you have identified the slow running query, you could also utilize the Include Client Statistics button located next to the Include Actual Query Plan in the SSMS(SQL Server Management...
March 20, 2008 at 4:01 pm
Thanks. For some reason when i added the ProductID as the first column of the index and it gave an Index Scan. But when i added it as the last...
March 5, 2008 at 3:14 pm
Thanks for the help. I managed to figure it out. The datasources are built when the setup.sql is run present in the C:\Program Files\Microsoft SQL Server\90\Tools\PerformanceDashboard folder. This creates a...
February 20, 2008 at 12:29 pm
Well thats exactly what I tried but, when i take the data tab, it gives an error. DataSource1 not found... Any idea where this is located
February 20, 2008 at 12:12 pm
Viewing 15 posts - 1 through 15 (of 19 total)