Forum Replies Created

Viewing 15 posts - 31 through 45 (of 267 total)

  • RE: Cannot create a row of size 8171 which is greater than the allowable maximum of 8060

    You probably didn't get much interest here, because this forum is for SQL Server 2005 (aka Yukon)!

    But it is true that the row size in SQL Server is limited to...

  • RE: Insert into table

    I'm not entirely sure what your question is, but I'm guessing you're wanting different dates to get through to SQL Server.  Have you tried doing a debug.print or a msgbox...

  • RE: Export data to Excel

    In that case you could create a DTS job and then use your sp to launch it.  For example, you could add DTS to the SQL Server Agent (without giving...

  • RE: problems with extended stored procedure

    > I also have some confuses here.

    That's my fault, I think, because you raise some good points that I didn't think of.  I have very little experience developing extended stored...

  • RE: problems with extended stored procedure

    We have run into this a few times, primarily with down-level and third-party clients, and usually in a situation where the server was requiring security but the client could not negotiate...

  • RE: sql trace

    Sahana,

    The default trace configuration will capture this information for you.  For SQL:BatchCompleted events and RPC:Completed events, the Duration column of the trace is the number of milliseconds of real ("clock")...

  • RE: Export data to Excel

    Randall,

    So do you already know that Query Analyzer can do this?  Click Tools | Options | Results tab, and then set the "Results output format."

    If you want to do this...

  • RE: Obtaining Physical Disk Size

    Have you tried running sp_diskspace?

    -Chris

     

     

  • RE: Unreliable Index Creation

    If it's a production server, that's all the more reason to take it to PSS.  And when opening the incident, make sure that they know you have a Level 1,...

  • RE: silly oracle query error( a headache)

    I hesitate to reply, but this should be a short, simple answer:  remember that Oracle8i does not support the ANSI join syntax (the syntax using the word "join").  On 8i...

  • RE: Returning a Date with 0 in front of the Month and Day

    Adrian ... thanks.  Gack, I can't believe I missed that the format Kevin wanted was one of the CONVERT formats.  Grrrr to me for being in a rush ... but thanks for...

  • RE: SQL 2K DATABASES ON NAS

    I hope my friends at netapp.com don't come and hunt me down for this, but I'd like to chime in just to say this:  stay on SAN storage for your...

  • RE: Unreliable Index Creation

    Allen,

    I've not run into those assertions, and although somebody else may ring in with some experience specific to the problems you are seeing, I would encourage you to file a...

  • RE: silly oracle query error( a headache)

    > much more than was deserved in this case.

    I don't know about that ... I thought your original reply certainly deserved to be followed up!

    Take care,

    Chris

  • RE: Date Type to store .0 as 0 or 0.0 and store 5 decimal positions

    Oh, one more thing:  the length in the STR function is listed as 11, not 10, because this length has to include space for the decimal point as well as...

Viewing 15 posts - 31 through 45 (of 267 total)