Viewing 15 posts - 1,471 through 1,485 (of 3,061 total)
andysfreeemail (10/6/2010)
If you find a solution please let me know (Did yours happen after a reboot - what was the trigger...
October 6, 2010 at 4:57 am
saurabh.deshpande (10/5/2010)
What are the difference between Oracle(Say Oracle 10g) and SQL Server (Say SQL Server 2005) at high level.
Too many differences - this exceeds what can be discussed in...
October 6, 2010 at 4:41 am
I'm in agreement with Derrick. I vote for Staging tables.
Also, a real staging table would not add overhead to Tempdb as a temp table would do.
October 5, 2010 at 12:28 pm
tmurray 69699 (10/5/2010)
I have it after the last 0 then a , anc then conn2)
:blink:
October 5, 2010 at 8:54 am
UMG Developer (9/29/2010)
Sure with GROUP BY you can add a HAVING clause, but I have seen people use DISTINCT as a short-cut for grouping by all the returned columns a...
October 5, 2010 at 8:03 am
Jon.Morisi (10/4/2010)
October 5, 2010 at 6:43 am
Gibou (10/5/2010)
Say that I'll have to have those tables :
- cars
-...
October 5, 2010 at 6:17 am
riccardo.russo79 (10/4/2010)
Paul,your solution is nice. I will have 50+ classes... so I will have 50+ DW with 1 DataMart each one?
I would say it will end up being one DWH...
October 4, 2010 at 5:25 pm
as-534320 (10/4/2010)
How can i use substring() and charindex()? Can you point me a small example?
Sure thing.
Example below solves scenario where there is a first and last name separated by...
October 4, 2010 at 7:17 am
Pablo Campanini (10/4/2010)
I tried to load a very large .CSV file in primary key order to a Compressed partitioned table with the parameter ORDER by the primary key, but it...
October 4, 2010 at 6:55 am
jamesmario (10/3/2010)
October 4, 2010 at 6:29 am
riccardo.russo79 (10/2/2010)
Situation: my ETL software collects measures each quarter from 100 different tlc nodes. The measures are divided in classes (say now there...
October 4, 2010 at 5:57 am
rahulpatel112 (10/4/2010)
I want to...
October 4, 2010 at 5:45 am
as-534320 (10/4/2010)
Ex:
@name = 'John Smith'
I would like that this stored procedure returns persons called 'John Smith' and...
October 4, 2010 at 5:33 am
Viewing 15 posts - 1,471 through 1,485 (of 3,061 total)