Viewing 15 posts - 23,206 through 23,220 (of 26,490 total)
r.hensbergen (12/18/2008)
Jeff Moden (12/18/2008)
r.hensbergen (12/18/2008)
You know both internet and SQL Server are international? On forums like these people visit from all over world.
Nah... really? I thought the internet was...
December 18, 2008 at 10:18 am
Then I think it is official, the is the "Water Cooler" thread.
December 18, 2008 at 10:13 am
Have you tried putting the paths and names ("C:\Program Files\My Directory\Here is my file.dtsx") in double quotes? The command line does not like spaces in directory and filenames if...
December 18, 2008 at 10:12 am
Is that the entire query or just a snippet?
Also, could you post the DDL for the tables involved?
December 18, 2008 at 10:09 am
Sherri Barkley (12/18/2008)
December 18, 2008 at 9:58 am
The following code is a basic left join. It just doesn't return the result set you requested.
select
*
from
#date_dim d
...
December 18, 2008 at 9:26 am
Is there a reason you need all the duplicated rows where the dates have null values?
December 18, 2008 at 9:08 am
If you provide the DDL (create statements) for your tables, sample data for the source table (as insert statements that can be cut, paste, and executed in SSMS) to load...
December 18, 2008 at 8:40 am
Philip Horan (12/18/2008)
December 18, 2008 at 8:19 am
You want to use one of these two functions: suser_name(), suser_sname(). You might want to read up on them in Books Online to see what they do.
December 17, 2008 at 6:04 pm
I did a little more testing adding a cast( as varchar(100)) around the replace, and it validated Jeffrey's assertions above.
December 17, 2008 at 5:09 pm
That is essentially the question you asked originally. The problem was that the information you showed did not match reality. You showed values that were all numeric. ...
December 17, 2008 at 4:54 pm
Just ran a test. Here is what I found. If you use REPLACE in a select into statement, since it needs to create the table on the fly...
December 17, 2008 at 4:46 pm
Steve used to give away SSC Polo Shirts when you reached a certain level as a forum poster, but the heck if I know what level that is, as I...
December 17, 2008 at 4:36 pm
Well, not knowing what you are working with, and deciding to take a swag at it, try out the following code and see if that gets you going in the...
December 17, 2008 at 4:05 pm
Viewing 15 posts - 23,206 through 23,220 (of 26,490 total)