Viewing 15 posts - 4,381 through 4,395 (of 7,168 total)
What does your webservice do to load the file into SQL Server?
April 23, 2012 at 2:03 pm
On your 67 million row table what is the page count and frag % at index level 1? and 2?
Do you have pad_index set and fillfactor set to a #...
April 23, 2012 at 12:16 pm
As stated, you cannot use @@PROCID to see the calling proc. As you have no doubt found out @@PROCID returns the trigger's identity.
You could however look at @@SPID and...
April 23, 2012 at 12:09 pm
All the mainframes I have dealt with use some form of EBCDIC...but "EBCDIC" is about as ambiguous as "Unicode". If you're providing data to a mainframe you'll need to ask...
April 23, 2012 at 11:53 am
What you are trying to do points out a fatal flaw in the design. If you want to make things dynamic in terms of which database your application is connecting...
April 23, 2012 at 11:46 am
I think I misunderstood the intent of your question a bit. I think Gail is a lot closer to what you were asking but now I am curious...are you seeing...
April 23, 2012 at 11:26 am
+1 on the Excel file needing to exist first
When you consider that an Excel file is treated as a file-resident database (and not a simple text file) by SSIS (via...
April 23, 2012 at 11:11 am
Indianrock (4/23/2012)
April 23, 2012 at 10:45 am
rustroot1 (4/19/2012)
I have a general question on Policy Conditions... Is it feasible to create a condition that evaluates more than one Facet?
For example, let's say I wanted to create...
April 23, 2012 at 9:46 am
I'll second everything Paul said, and add that most serious developers rely heavily on tools to help them in developing scripts and interacting with source control, many times all those...
April 21, 2012 at 7:19 pm
preity (4/20/2012)
I'm converting it to DT_DBTIMESTAMP.
I used a script component to get it to work, but just wanted to find out if there was some...
April 20, 2012 at 9:56 pm
You could start with Microsoft® SQL Server® 2008 T-SQL Fundamentals by Itzik Ben-Gan. I have not read this particular offering from Mr. Ben-Gan but have been impressed with most everything...
April 20, 2012 at 5:19 pm
There are a lot of great books, but most of them specialize in one area or another. Some of the big areas that come to mind are T-SQL Development, SSIS...
April 20, 2012 at 4:09 pm
AIRWALKER-375999 (4/20/2012)
select * from CIM_Datafile where Drive = 'K:'...
April 20, 2012 at 2:46 pm
Viewing 15 posts - 4,381 through 4,395 (of 7,168 total)