Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: mreigler
  • Content: Threads
  • Order by date
  1. mreigler

    What defines the default stored procedure return values?

    Really just a Friday afternoon curiosity. A co-worker executed a stored procedure and received a return value of -7. They asked me what that meant. When needed I've checked return values to make sure they are zero or non-zero for success, but never really cared what the actual value is...
  2. mreigler

    Local Drive Partition

    I have a Windows 2003 Standard Edition Server with a 2 drive raid 1 configuration. The logical drive is partitioned into 4 partitions (C:\, F:\, T:\, and X:\). One of the hard drives failed. After replacing the drive and getting the server back up and running, SQL server 2005 no longer sees...
  3. mreigler

    Linked Servers and FMTONLY

    We have a pretty basic interface set up with numerous vendors. We set up a linked server based on their company name. They create a stored procedure on their server that has the correct name and parameters. There are about 20 potential vendors that could be set up, but at any given location...
  4. mreigler

    Good Online SQL Resources

    Does anyone have any thoughts or recommendations on MS SQL programming related sites on the web? I've been looking at signing up for a membership at sswug.org. Mike Reigler Melange Computer Services, Inc
  5. mreigler

    Selecting XML attribute with XQuery

    I'm trying to select the commandId attributes (as bigint)out of an XML document without knowing the name of the element the attribute belong to using XQuery, but being new to both XML and XQuery, so far I haven't had much success. Any help would be greatly appreciated. For example return...
  6. mreigler

    Default value for default constraints

    I'm trying to programmatically script out the default constraints from tables in one database to update copies of those tables in another database. I have the table name, column name, and constraint name from syscolumns and sysconstraints, but I haven't been able to find where the default value...

Part and Inventory Search

Back
Top