Viewing 15 posts - 5,896 through 5,910 (of 11,678 total)
Thanks for the question Tom, nice reminder of the basics.
February 5, 2013 at 2:35 am
My guess is that the collation SQL_Latin1_General_CP1_CI_AS doesn't support those characters.
There is a Turkish collation: TURKISH_CI_AS, but it can still have some issues:
February 1, 2013 at 7:24 am
This one for the basics:
Microsoft® SQL Server® 2008 Analysis Services Step by Step
and this one for the more advanced stuff:
Expert Cube Development with Microsoft SQL Server 2008 Analysis Services
February 1, 2013 at 7:19 am
This is used to convert the column value to an integer, also called "integer division".
Since you are dividing by 1, this is basically a shorthand to convert the...
February 1, 2013 at 6:15 am
SSAS should always display all data, regardless of edition.
February 1, 2013 at 2:49 am
Perry Whittle (2/1/2013)
Koen Verbeeck (2/1/2013)
Also, if one of the disks crashes, you don't lose everything.
That's not entirely true.
If you have separate data and log drives and no backups and...
February 1, 2013 at 2:08 am
This thread has several solutions:
http://stackoverflow.com/questions/7243751/how-replace-all-spaces-in-a-text-file-with-one-character
February 1, 2013 at 1:26 am
Please do not crosspost, it wastes people's time and fragments replies.
Original thread can be found here:
http://www.sqlservercentral.com/Forums/Topic1414381-1291-1.aspx
February 1, 2013 at 1:22 am
If you put those on the same disk, there can be read/write I/O contention. If you seperate them, you remove this I/O bottleneck and performance will go up.
Also, if one...
February 1, 2013 at 1:16 am
OK, who used the word barcode in The Thread? Now we're being spammed!
Anyway, a hilarious blog post on how to create a file with SQL Server:
February 1, 2013 at 12:25 am
Try assigning a datatype to your variables, you would get less issues like this.
Datepart returns an integer value, so tmm is of type Integer. In your concatenation, fileDate is implicitly...
February 1, 2013 at 12:13 am
Easy one (thanks Itzik! :-)) to end the week. Thanks!
February 1, 2013 at 12:02 am
You use a CREATE TABLE statement in an Execute SQL Task:
Creating Excel Worksheets Dynamically in SSIS
@dwain: you can use a script task to get the metadata from an existing sheet....
January 31, 2013 at 11:48 pm
Viewing 15 posts - 5,896 through 5,910 (of 11,678 total)