Viewing 15 posts - 61 through 75 (of 207 total)
Sarah, Sounds like you are close to being on the right track. You have the right idea. What I would suggest is setting the SQL for the ExecuteSQL tasks using...
January 26, 2007 at 8:45 am
From a logical perspective, there is nothing wrong with taking case information that is public record and centralizing it in a digital format. Data is data. The interpretation and storage...
December 27, 2006 at 7:02 am
If I understand correctly, the client wants to see a character value, not the integer value. You can accomplish this by creating a lookup table that holds the text value...
December 5, 2006 at 7:24 am
Is there a reason you chose to use a list of "OR" vs CHECKSUM in your update statement? I realize CHECKSUM is not the same as CRC but it works...
November 28, 2006 at 9:27 am
Mark, I beleive this is just one step within the DTS package. What Mohan is attempting to do is to grab the "next" file in the directory.
Mohan is this your...
November 15, 2006 at 8:40 pm
We have used this to enhance the export capabilities recently and the tool is a great addition to Reporting Services.
Here are some additional links that I found useful:
Article:
November 1, 2006 at 6:15 am
I do not beleive the author says the solution is clever. It is just offered as a solution to a common problem. Personally, I have used your technique as it...
October 9, 2006 at 10:32 am
Sorry for not responding before. Work was blocking notifications from sqlservercentral.com and only recently allowed them through.
You just need to set the return value of the function
Put Main = DTSTaskExecResult_Success...
October 4, 2006 at 6:31 am
Try calling myTable.Alter() after adding the column. I have a feeling the Add is in some kind of pending state and is not really part of the table object until...
September 21, 2006 at 1:35 pm
Generally, when I have seen this issue in the past, it turns out to be an incorrect data type being passed to the function or a missing parameter. If David's...
September 13, 2006 at 8:47 am
What about using your LEFT in the case only once. You are evaluating the same value to be some other value so there is no need to put the full...
September 13, 2006 at 8:35 am
I have to disagree with you on your "reading data is a change". The act of reading is simply read. By looking at the data, you do not change it....
September 13, 2006 at 8:01 am
This article gives a clear defination of what drove your prior decisions. With regards to the cosmetics (Where to place parameter input and labeling of the view report button), you...
September 12, 2006 at 7:25 am
It really depends on the scope and usage of the servers. Go through the same questions you would ask yourself if you were setting up a second instance of SQL...
September 11, 2006 at 7:54 am
Cool. Figures it was a NULL. That bites me all the time.
September 7, 2006 at 5:45 am
Viewing 15 posts - 61 through 75 (of 207 total)