Viewing 15 posts - 8,431 through 8,445 (of 11,678 total)
R.P.Rozema (12/20/2011)
December 20, 2011 at 1:25 am
pallavi.unde (12/20/2011)
I just asked here MSSQL server and Oracle which can be a more compatible databases with .net(Microsoft visual studio).
Hmmm.
Visual Studio is developed by Microsoft.
.NET is developed by Microsoft.
SQL Server...
December 20, 2011 at 1:20 am
george sibbald (12/10/2011)
anything on the BI side - SSIS, SSRS, SSAS
Second this one. If you are well versed in the BI suite, the number of possible positions for you doubles.
Also,...
December 20, 2011 at 1:12 am
Koen Verbeeck (12/20/2011)
Take a look at CBT Nuggets:http://www.cbtnuggets.com/it-training-videos/series/msft_70_432
edit: it's 17 hours of video. At that time, I have read the book twice 🙂
December 20, 2011 at 1:08 am
Take a look at CBT Nuggets:
http://www.cbtnuggets.com/it-training-videos/series/msft_70_432
December 20, 2011 at 1:07 am
Ah, I forgot:
to do the inserts in the multimillion table, you're probably best off doing partition switching, instead of direct inserts in the table.
http://technet.microsoft.com/en-us/library/ms191160.aspx
(I hope you have Enterprise edition!)
December 20, 2011 at 12:58 am
The "right way" in SSIS:
* use fast-load in the destination, but I see you already figured that one out
* do not use the SORT component. 200 million rows and it...
December 20, 2011 at 12:57 am
pallavi.unde (12/19/2011)
I need to know which is powerful database MSSQL or ORACLE.....?
we are using .net technology is oracle compatible with .net???????
i wanted to...
December 20, 2011 at 12:42 am
forsqlserver (12/19/2011)
May I know the different use of:
1. Clients tools connectivity.
2. Clients tools Backward Compatibilty
3. Clients toll SDK
4. SQL Clients Connectivity SDK
I only want to install sql...
December 20, 2011 at 12:38 am
Nice question and I definately learned something, but quite an awful format 🙂
(I had to copy paste each answer into SSMS so I could read it better)
December 20, 2011 at 12:25 am
Jeff Moden (12/19/2011)
VIG (12/19/2011)
Jeff Moden (12/19/2011)
December 19, 2011 at 11:29 pm
Roy Ernest (12/19/2011)
You all are older than me. I am a young pup compared to some of you. 🙂
Ahem. You all are older than me.
I'm a child of the...
December 19, 2011 at 11:26 pm
kramaswamy (12/19/2011)
What do you mean by the current isolation level supporting my requirements?
http://msdn.microsoft.com/en-us/library/ms173763.aspx
For example: read committed - which is the default if I'm not mistaken - prevents dirty reads,...
December 19, 2011 at 11:12 pm
kramaswamy (12/16/2011)
December 19, 2011 at 5:39 am
kk.86manu (12/19/2011)
I used a FTP task to read a text file from a FTP destination and i was able to successfully download a single file to my local path.My...
December 19, 2011 at 5:36 am
Viewing 15 posts - 8,431 through 8,445 (of 11,678 total)