Viewing 15 posts - 7,651 through 7,665 (of 9,643 total)
Try localhost without the parentheses.
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
September 2, 2008 at 2:28 pm
A key point here is to make sure the events you are tracking include the TextData column. One way to get this working is to start a trace filtering...
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
September 2, 2008 at 2:26 pm
I know you don't want the 0 as your place holder. I'd go with 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
September 2, 2008 at 2:21 pm
I don't have an example since I handle all the backups, etc..., but here are a couple of links, the second one is about backups:
http://www.yukonxml.com/articles/smo/
http://www.sqlmag.com/Article/ArticleID/45855/sql_server_45855.html
Depending on your background you may...
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
September 2, 2008 at 2:19 pm
Sure you can, but if you want to restrict access based on IP address you will need a firewall setup to do that. You also will want to have...
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
September 2, 2008 at 2:13 pm
parackson (9/2/2008)
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
September 2, 2008 at 1:59 pm
You have a couple of options depending on your comfort level. You could do a batch process that calls sqlcmd and does the backup there. Or, you could...
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
September 2, 2008 at 1:50 pm
parackson (9/2/2008)
We are on track as to how the data should be displayed
However it is not getting the correct...
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
September 2, 2008 at 1:40 pm
GSquared (9/2/2008)
For example, look at 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
September 2, 2008 at 1:13 pm
Do you have anything that distinguishes an in-punch from an out-punch?
This is close, but without knowing an in from an out a little more logic will be required to distill...
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
September 2, 2008 at 12:31 pm
Okay, so now check all the input/output columns in the transforms along the path. At some point there has to be a spot where the column is set 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
September 2, 2008 at 10:31 am
Interesting find. I knew about switch, but I really dislike the syntax in SSRS.
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
September 2, 2008 at 10:29 am
No SQL Server does not treat large varchars as text.
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
September 2, 2008 at 8:12 am
One thing to keep in mind when restarting the SQL Server service or rebooting the server is that your buffer and procedure caches are cleared which will cause the 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
September 2, 2008 at 8:04 am
When you run a command-line install of SQL Server Express you can specify that only the Database Engine and connectivity tools are installed so that SSMS Express, etc.. are 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
September 2, 2008 at 8:02 am
Viewing 15 posts - 7,651 through 7,665 (of 9,643 total)