Viewing 15 posts - 1,666 through 1,680 (of 9,643 total)
You can get the same information by using the sys.master_files which returns data for ALL database and ALL files regardless of the database context you are working in. So...
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 4, 2012 at 9:58 am
The error is telling you that you have unicode characters in the source and you are losing them when converting to non-unicode. It isn't really truncating because of length,...
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 4, 2012 at 9:55 am
Yes you could and should re-write the trigger, but not just because of the error message, which you get whenever you have a rollback in a trigger, there's no way...
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 4, 2012 at 9:52 am
Hey, I haven't gotten the newsletter for today, has anyone else had this issue?
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 3, 2012 at 10:21 am
GilaMonster (3/27/2012)
Is it just me, or does a term like 'That can be done, but people usually learn better' rankle when applied to something you've said?Feels a little condescending.
Not...
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
March 27, 2012 at 7:34 am
I believe so, since you can connect to any version of SQL Server using ADO.NET. I haven't done it and don't currently have an environment to try 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
March 23, 2012 at 3:16 pm
I wouldn't expect you to get anything back form TRACESTATUS that you didn't already know about. I'm checking all my resources to see if I can find anything about...
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
March 23, 2012 at 3:13 pm
First you need to determine if you have a good candidate for a clustered index. Check out Kimberly Tripp's blog for this. Here's the last post, http://www.sqlskills.com/BLOGS/KIMBERLY/post/The-Clustered-Index-Debate-again!.aspx in group...
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
March 23, 2012 at 2:46 pm
tim-407748 (3/23/2012)
DBCC TRACESTATUS
Why did you run this? Running this will only get you trace flags set for the current session. If you wanted to all trace flags...
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
March 23, 2012 at 2:31 pm
The only resource I can find that mentions this lock type is this and it says:
DATABASE.ENCRYPTION_SCAN = TDE encryption synchronization.
I'd love to be able to give you more than...
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
March 23, 2012 at 2:27 pm
If you are calling the stored procedure and using parameters then you wouldn't need to escape the single quotes, just have the parameter types set correctly. I can't recall...
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
March 23, 2012 at 2:24 pm
Select * from sys.databases where is_encrypted = 1 returns no rows?
If a single database is encrypted using TDE then tempdb is encrypted.
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
March 23, 2012 at 2:20 pm
Lynn Pettis (3/22/2012)
Has anyone heard from Barry lately?
No, and it's funny you should ask about him because I was thinking of asking the same thing.
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
March 23, 2012 at 9:56 am
After the destination
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
March 19, 2012 at 1:03 pm
Welsh Corgi (3/19/2012)
Jack,I'm getting the same error when importing the data from DB2 AS400.
Do you have link to a simple exampl on redirecting output on error?
Thanks.
Here's an article on 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
March 19, 2012 at 12:33 pm
Viewing 15 posts - 1,666 through 1,680 (of 9,643 total)