Forum Replies Created

Viewing 15 posts - 496 through 510 (of 528 total)

  • RE: Import & Export Wizard...issue

    some questions to think about:

    1. Is the old database still up? Did you run the migration tool on it?

    2. Don't the subscripts imply position in a column...

  • RE: Summing inaccuracies in AS 2005

    Certainly sounds like the classical overflow problem. Can you retype the sum, if not the underlying values, into a larger capacity?

  • RE: specifying an identity increment other than n+1?

    Can you describe what you think your DECLARE is doing?

    You can use increments other than +1 or -1, but I believe they need to be integer. You...

  • RE: Did Integration Services get uninstalled?

    I suspect there's a problem with the hotfix. Other posts discuss problems where the hotfix had to be rolled back.

  • RE: How to update data throu openquery function?

    your query references "remotesvr" - how is that defined? The name is "cunet", no? If it's not fully qualified, that could explain. Also, if there's more than...

  • RE: Moving files from one direcory to another

    IF you are moving actual database files, that's true. However, if these are flat files, there's no such constraint.

  • RE: Weird stored procedure execution problem

    Are you suffering a 'notational' foul? is the table name in some way a reserved word, or some other such feature that the remote execution could run afoul of?...

  • RE: SSIS subsystem fails to load after GDR 1406 hotfixes are applied

    Closing thoughts:

    SQL Server updates are supposed to be cumulative. Since your network guys didn't use the usual channel, they may have inadvertantly rolled back a patch, but...

  • RE: Need help with ForEach Loop

    I'm sticking my neck out here, Janice, but I have some thoughts...

    1.  What other types of errors would cause shipping a file to the failure folder?  If there aren't any,...

  • RE: MSDTSServer

    If, instead of searching for 'MSDTSServer', you search for MS DTS Server, you will have much greater success. 

    As to why only one plan failed, it may have to do...

  • RE: Connection problem in SQL server 2005

    Did you check the Microsoft reference links you cited? when i went there, they specified that no further information was available!

    (revised for clarity - the MS support posts indicated...

  • RE: Connection an Instance

    'Connect to the server from client' - meaning not logging on physically from the server, right? (either at console or remoting in)

    HOW are you connecting?  command line?  front end?  You...

  • RE: Incorrect data brought back

    FWIW, Chris had a solution that should work, except that the '>' should be '<'.  You may want to try that, just to know that we're not ALL crazy here...

  • RE: 2005 Upgrade Advisor connection problems

    You are running Upgrade Advisor as a prudent way to forecast issues on switch to 2005 (good for you!).  Your client gave you a week's notice, because you built SPs...

  • RE: Suggestions required urgently

    I'm impressed that no one has suggested putting the database on a diet!  If the database is constantly active, and constantly having growth, then at some point, no matter what...

Viewing 15 posts - 496 through 510 (of 528 total)