Viewing 15 posts - 1,606 through 1,620 (of 9,641 total)
Can you preview the report in BIDS successfully?
Can you RDP to the report server and run the report there so you can get the full error message and post that?
April 12, 2012 at 8:04 am
Interesting that the added index was not used as it still did an CI Scan.
I have a couple more questions:
How many rows are in the table?
Does the CONTENU...
April 12, 2012 at 8:01 am
I believe the DATETIME datatype corresponds to TIMESTAMP in Access. You can then use one of the Date/Time functions to create a DEFAULT CONSTRAINT on the column.
April 12, 2012 at 7:50 am
Gaps in a column with the identity property set usually means 1 of 2 things:
1. Deletes
2. Failed inserts
So I'd check how many deletes are being done and how...
April 12, 2012 at 7:40 am
THe harder part of returning multiple result sets is for your application to be aware of the multiple result sets.
April 12, 2012 at 7:10 am
Can you create a workflow item using SSMS instead of the UI? I don't think you are getting an accurate error message back from the UI.
It sounds to me...
April 11, 2012 at 2:43 pm
There's always DBCC OPENTRAN() as well, but I'd use the script Bob provided.
April 11, 2012 at 9:29 am
Based on the documentation it looks like you have added the user to the necessary roles.
What happens if you do this:
USE msdb
GO
Execute AS USER = 'low_privileged_user'
SELECT * FROM dbo.sysjobs...
April 11, 2012 at 9:22 am
You should also look at sys.dm_db_tran_locks to see what the blocking session is locking
April 11, 2012 at 9:04 am
Can you post the code? It will be a lot easier to provide some help if we can see the code or at least a reasonable facsimile of it.
What does...
April 11, 2012 at 8:59 am
Lynn Pettis (4/11/2012)
jfogel (4/11/2012)
April 11, 2012 at 8:28 am
rmechaber (4/10/2012)
Jack Corbett (4/10/2012)
SQLRNNR (4/10/2012)
Stefan Krzywicki (4/10/2012)
SQLRNNR (4/10/2012)
Stefan Krzywicki (4/10/2012)
April 11, 2012 at 8:03 am
I definitely spend time on distractions. Some days it does hurt my productivity, but most days it is a quick break to refresh myself from the mental grind which...
April 11, 2012 at 6:54 am
SQLRNNR (4/10/2012)
Stefan Krzywicki (4/10/2012)
SQLRNNR (4/10/2012)
Stefan Krzywicki (4/10/2012)
April 10, 2012 at 1:02 pm
Sometimes a database taking a ling time to run crash recovery means you need to work on the transaction log because you have too many VLF's. Check out this...
April 10, 2012 at 9:03 am
Viewing 15 posts - 1,606 through 1,620 (of 9,641 total)