Viewing 15 posts - 2,551 through 2,565 (of 9,643 total)
Okay, so what is the log_reuse_wait_desc in sys.databases? Post the results of this query:
SELECT
D.name,
D.recovery_model_desc,
D.state_desc,
...
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
February 9, 2011 at 10:40 am
Dave Ballantyne (2/9/2011)
Brandie Tarvin (2/9/2011)
Dave Ballantyne (2/9/2011)
Handed my notice in today , i can already feel the freedom 🙂
Actually, that's just the wind blowing up your kilt. @=)
Seriously, though, are...
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
February 9, 2011 at 9:26 am
I'm going to make a couple of comments:
1. If you use the DATE data type then you won't have to worry about time so a query using WHERE expiry_date...
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
February 9, 2011 at 7:39 am
I'd also be interested in seeing a DBCC CHECKDB() run on it as well.
This error, "SQL Server detected a logical consistency-based I/O error: incorrect checksm...." makes me wonder if...
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
February 8, 2011 at 11:00 pm
Roy,
Location is right for now. Will likely change this summer.
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
February 8, 2011 at 2:19 pm
Ferguson (2/8/2011)
Jack Corbett (2/8/2011)
Ferguson (2/8/2011)
Someone who as a young adult decides to...
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
February 8, 2011 at 10:48 am
Ferguson (2/8/2011)
Someone who as a young adult decides to put in the...
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
February 8, 2011 at 9:20 am
Tom Brown (2/8/2011)
Just wondered why, no one mentioned VmWare or Hyper-V?
As far as I know Hyper-V is only available on Windows 2008 Server...
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
February 8, 2011 at 8:55 am
I agree that this is a much better posting, albeit one I am not qualified for.
I think that you should almost always include "or equivalent experience" when listing a degree...
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
February 8, 2011 at 8:37 am
I can do virtual presentations although I prefer to be in-person if I'm traveling to that area for something else, or you'll pay my travel costs.
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
February 8, 2011 at 8:12 am
I use Virtual PC right now, but it doesn't support 64-bit so if I ever get a machine with enough memory to run 64-bit guests I'd use VirtualBox.
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
February 8, 2011 at 8:11 am
For SSRS I'd check to see if any reports have been created against them. If there are you can also see the use history of the reports. ...
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
February 4, 2011 at 8:08 am
Do you want to return rows that within the upper minute? Your current query will not return rows like this: '2011-01-03 012:00:01'
You also didn't answer Gus' question? ...
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
February 4, 2011 at 8:01 am
mister.magoo (2/3/2011)
I would code the front end to check for duplicates and warn the user....
But I would stick to having that logic all in the application myself.
I agree with mister.maggo...
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
February 4, 2011 at 7:55 am
Call me crazy but I don't like giving db_datareader and db_datawriter permissions. I prefer to create my own custom roles that have only the needed permissions and then assign...
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
February 4, 2011 at 7:48 am
Viewing 15 posts - 2,551 through 2,565 (of 9,643 total)