Viewing 15 posts - 4,576 through 4,590 (of 9,643 total)
Why not just use
Case WHen Address2 like '%PO Box%' Then '' Else Address2
?
This is set based and will perform much better than a UDF which will have to be...
July 29, 2009 at 10:22 am
It Depends on the servers, the network, and activity. I'd be more inclined to use bcp/bulk insert or SSIS to do something like this.
July 29, 2009 at 10:19 am
Lowell,
That script is 2005/2008 specific and this is a 2000 forum. You'd have to modify the script to use Scott's solution to get the path.
July 29, 2009 at 10:17 am
I would say that it is normalized, although I would have FirstName and LastName columns instead of just a StudentName.
I would also echo SteveB's response about the identity columns. ...
July 29, 2009 at 9:54 am
The last query returns the results you want, I think. I added some more data to the sample and you should notice that your second solution that provides your...
July 29, 2009 at 9:48 am
They can use Express this way as long as they can live with the limitations (1 CPU, 1GB RAM, 4GB database size).
July 29, 2009 at 9:31 am
There are a couple of articles here on SSC about this, one of which I wrote. They both also show you how to log the error to a table....
July 29, 2009 at 9:24 am
I'll echo what Lowell said. The Like is not the problem it is the Functions that cause the problem. If you have no white space then get rid...
July 29, 2009 at 9:21 am
This is just a guess, but I would think the fact that the updates are running in a cursor may be causing some locking/blocking issues, possibly in tempdb. Are...
July 29, 2009 at 9:12 am
You can just go to the location you have the report RDL files saved and copy report_1.rdl and paste it back into the location then rename it report_15.rdl. Then...
July 29, 2009 at 8:59 am
GSquared (7/29/2009)
Jack Corbett (7/28/2009)
July 29, 2009 at 8:51 am
July 29, 2009 at 8:49 am
I still think that there is some misunderstanding about Steve's intent in the editorial. I think his premise is that many times we, as developers, are continually thinking about...
July 29, 2009 at 8:03 am
I'm pretty sure dbase has a CAST function so you could CAST you date columns to string.
July 29, 2009 at 7:42 am
Viewing 15 posts - 4,576 through 4,590 (of 9,643 total)