Viewing 15 posts - 5,641 through 5,655 (of 9,643 total)
Sounds like a Tomcat issue, not a SQL Server issue. Are you experiencing the same problem when using another application to connect to the SQL Server (Like SSMS)?
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 14, 2009 at 8:14 am
Can you post the actual connection string instead of the name of the connection string?
Yesterday I answered a similar question and the individual was not using the instance name in...
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 14, 2009 at 7:58 am
Do you have backups?
Sounds like you will need to reinstall SQL Server.
Do you have any auditing on the server? The only way to delete database files...
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 14, 2009 at 7:51 am
The only way I know of to do something like this is to set up a server-side trace that will show the SQL Statements and autogrow events.
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 14, 2009 at 7:34 am
Lynn Pettis (3/13/2009)
Anyone else care to join the fray??
I prefer not to be the Saint of Lost Causes. I looked at his other posts and he acts like a...
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 13, 2009 at 4:21 pm
Yeah, my method is not going to be any faster since you can't eliminate DW_KWDM_KW_GRP_MAP from the query. In your original post you did not show that the criteria...
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 13, 2009 at 2:56 pm
Thanks. You know you can save the graphical execution plan as a .sqlplan and then attach it to the post. It has more information.
Did you consider the query...
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 13, 2009 at 12:19 pm
Wait a minute, SQL Server Express? If you take the defaults when installing express it installs a named instance (typically SQLExpress) so you would need to do servername\instancename 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
March 13, 2009 at 10:13 am
GilaMonster (3/13/2009)
Am I being too harsh here?
Nope, you can't be called when you ask if a solution has been tested.
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 13, 2009 at 9:32 am
Milan Sadil (3/13/2009)
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 13, 2009 at 9:15 am
Can you connect using tcp? You can force sqlcmd to connect using tcp like this:
sqlcmd -E -Stcp:yourservername[,port if not default]
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 13, 2009 at 9:13 am
Steve Jones - Editor (3/13/2009)
Ah, that button has been there a long time. Part of the editor for the forums.
Great, I don't know how I missed it. I've been...
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 13, 2009 at 9:04 am
Steve,
I like the New Link button in the toolbar. It makes including a link as a link much easier. Was that just added today or have I just...
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 13, 2009 at 7:56 am
It would help us out if you would post in an appropriate forum as this forum does not tell us what version of SQL Server you are using and also...
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 13, 2009 at 7:53 am
I have to say that this sounds like the ideal place to create a CLR function so you can use Regular Expressions to clean up the data. I wish...
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 13, 2009 at 7:45 am
Viewing 15 posts - 5,641 through 5,655 (of 9,643 total)