Viewing 15 posts - 7,711 through 7,725 (of 9,643 total)
You should definitely backup your system database (master, model, msdb).
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
August 28, 2008 at 6:46 am
The closest thing you will get is to not use spaces or reserved words in table and column names. My personal opinion is to that table names should be...
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
August 28, 2008 at 6:43 am
I wouldn't call it a bug as the parser was designed to require the statement prior to WITH to be terminated with a ";" which is why most CTE examples...
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
August 27, 2008 at 3:23 pm
Just for readability I prefer the WHERE, but it should also be mentioned that the ON, according to Inside Microsoft SQL server 2005: T-SQL Querying is applied before the WHERE,...
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
August 27, 2008 at 3:14 pm
I'm not sure I actually understand what you are asking or trying to do, but the first issue is that your first Print is not within a BEGIN END under...
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
August 27, 2008 at 3:11 pm
You really don't need a script task for this. You can do this with a ForEach loop container. You set the Enumerater to Foreach File Enumerator, set 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
August 27, 2008 at 3:07 pm
For display purposes you can use CONVERT(varchar(15), date, 101 or 1). 101 is 4 digit year, 1 is 2 digit. For datetime, smalldatetime datatypes the format is...
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
August 27, 2008 at 2:49 pm
You can specify folder to deploy to. By default it puts in the Project Name.
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
August 27, 2008 at 2:34 pm
I've never used the File Watcher task, but couldn't you just schedule the job to run every 1 or 2 minutes? You'd get failures when the job was already...
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
August 27, 2008 at 2:33 pm
What you put in the TargetServerURL is NOT the path to the report server. It is the http call you would make to display an ALREADY deployed report. ...
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
August 27, 2008 at 2:01 pm
gardenlady (8/27/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
August 27, 2008 at 1:27 pm
Hey Brandie,
You may want to try using the ISO date format (yyyymmdd) when building the date string that way the DATEFORMAT settings don't come into play.
Have you tried...
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
August 27, 2008 at 9:24 am
Are rendering the report on the web (intranet) first or going directly to excel?
How much formatting are you doing in the report?
I'm going to guess, not knowing the internals of...
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
August 27, 2008 at 9:06 am
I don't have anything done, but it shouldn't be too hard using the sys views. The interesting part would be adding the clustered key to non-clustered indexes and then...
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
August 27, 2008 at 8:59 am
I don't know anything about Lawson, but if you could post any errors you may getting when attempting to deploy someone may be able to help you out.
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
August 27, 2008 at 8:45 am
Viewing 15 posts - 7,711 through 7,725 (of 9,643 total)