Viewing 15 posts - 1,606 through 1,620 (of 9,643 total)
Okay, it sounds like you do need the MAX datatype. I asked because there are often people who throw MAX out there and could work without it.
What makes it...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
April 12, 2012 at 8:28 am
kranthi.india123 (4/12/2012)
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
April 12, 2012 at 8:06 am
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?
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
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...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
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.
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
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...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
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.
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
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...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
April 11, 2012 at 2:43 pm
There's always DBCC OPENTRAN() as well, but I'd use the script Bob provided.
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
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...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
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
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
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...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
April 11, 2012 at 8:59 am
Lynn Pettis (4/11/2012)
jfogel (4/11/2012)
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
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)
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
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...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
April 11, 2012 at 6:54 am
Viewing 15 posts - 1,606 through 1,620 (of 9,643 total)