Viewing 15 posts - 181 through 195 (of 468 total)
amrinea (11/3/2011)
November 3, 2011 at 9:14 am
for the record, MS says (http://msdn.microsoft.com/en-us/library/ms188609.aspx):
To be usable as a data file for bulk import, a CSV file must comply with the following restrictions:
Data fields never contain the...
November 3, 2011 at 7:56 am
I dont know that you can say "ignore field terminators if they are between quotes" as part of the bulk insert. The way I typically approach this is by...
November 3, 2011 at 7:45 am
Yes. If it has admin rights, then it is trying to access a databse which no longer exists. Look at the default trace for the process id of...
November 3, 2011 at 7:29 am
Grubb (11/3/2011)
I'm creating a replication infrastructure almost identical to our successful 2005 implementation, using scripts generated from the '05 imp. Topology: One master,...
November 3, 2011 at 7:04 am
Matthew Nguyen (11/3/2011)
November 3, 2011 at 6:58 am
forsqlserver (11/3/2011)
why linked server is required in sql server transactional updatable replication??
according to http://msdn.microsoft.com/en-us/library/ms152471.aspx "Connections are used by the triggers that fire at the Subscriber and propagate changes...
November 3, 2011 at 6:54 am
home work?
I wrote a procedure very much like what you describe here. I'm not sure what your constraints are, but the way I did it was with a...
November 3, 2011 at 6:10 am
Elliott Whitlow (10/31/2011)
1. You use xp_cmdshell, which we have been having quite a raging discussion on in another thread.
2. It implies that you...
November 1, 2011 at 12:27 pm
This is another excellent resource: http://msdn.microsoft.com/en-in/library/dd672789.aspx
I really encourage you to read both resources to get a firm understanding of tuning process.
That said, based on the little information...
November 1, 2011 at 11:28 am
Sapen (11/1/2011)
I was able to gather the wait_types base don the waitime, % and running %. I see big numbers here in my output. How should I approach to...
November 1, 2011 at 8:22 am
Lavanyasri (10/27/2011)
Can you please look into the below for complete error ..
com.microsoft.sqlserver.jdbc.SQLServerException: The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Parameter 11...
October 27, 2011 at 6:18 am
Lavanyasri (10/26/2011)
I am finding the below error from application error log ??
any idea on this ??
com.microsoft.sqlserver.jdbc.SQLServerException: The incoming tabular data stream (TDS) remote procedure call (RPC) protocol...
October 26, 2011 at 8:34 am
It's a complex and often debated topic. This is a pretty good discussion of the issue imo: http://sqlserverperformance.wordpress.com/2011/02/14/sql-server-and-the-lock-pages-in-memory-right-in-windows-server/
October 24, 2011 at 6:57 am
We need more information to determine what happened. Based on the information you have given, my suspicion would be that there was nothing wrong with the functions to begin...
October 21, 2011 at 1:08 pm
Viewing 15 posts - 181 through 195 (of 468 total)