Viewing 15 posts - 7,711 through 7,725 (of 9,641 total)
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...
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,...
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...
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...
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...
August 27, 2008 at 2:49 pm
You can specify folder to deploy to. By default it puts in the Project Name.
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...
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. ...
August 27, 2008 at 2:01 pm
gardenlady (8/27/2008)
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...
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...
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...
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.
August 27, 2008 at 8:45 am
Okay, I am going to jump back into the thread. I was out of the office all day today otherwise I would have jumped in sooner.
Based on what has...
August 26, 2008 at 6:10 pm
bitbucket (8/25/2008)
Ooops Jack you sure can type faster than I can ...
Nah, just cut and paste better.:P
August 25, 2008 at 7:10 pm
Viewing 15 posts - 7,711 through 7,725 (of 9,641 total)