Forum Replies Created

Viewing 15 posts - 31,801 through 31,815 (of 39,917 total)

  • RE: Scheduled Job Failing to Copy a File n Remote Directory

    Also, you'd be better not using a drive. Use UNC mapping for the copy.

  • RE: @@Rowcount in view???

    More fun if there's a motivational picture on the bottle

  • RE: Stored procedure running slowly

    I've seen similar things happen, when a proc running fine suddenly gets a new plan that's horrible for performance. Even in the middle of the day.

    We've never gotten a good...

  • RE: The Other 90%

    I'm not sure where I said we should design for just the 10% that are the richest. I think I was making a point that we should design for the...

  • RE: The Indian Yes

    First, apologies for the image. It was written awhile ago and I didn't think of the image as offensive, but I apologize.

    Second,

    I do think it is a cultural thing...

  • RE: @@Rowcount in view???

    ditto. Seems like a strange example. CAn you give a URL for this?

  • RE: Question of the Day for 13 Aug 2007

    You might want to track down code that's got some performance issue or is being used a lot. Seeing the SQL is an easy way of helping you do this.

  • RE: what are the steps of migration from sql 2000 to 2005

    If you have to ask for a detailed document, you might not be the person to do this job. It can be complex to migrate a server to a new...

  • RE: why major player go for sybase not in sql server 2005

    It's likely that the banks have been using Sybase for a long time and keep upgrading. Also as mentioned above, their software may require it.

    Sybase is a good product and...

  • RE: Can''''t connect

    I'm not 100% sure what is wrong, but when you first install SSMS or SQL Server, there are not connections under Registered Servers. You need to add them yourself.

    I'd create...

  • RE: To find the no of holidays between two date

    I agree with Christopher's suggestion. I'd create a table of holidays because these can change from year to year for a company. This way you can join in this table...

  • RE: Archiving of tables

    How else will you do it other than mapping each table? There's not facility for automatically moving tables to an archive.

    Set up a task in DTS for each table, use...

  • RE: why major players work on Sybase ??

    It's probably because they have been working on Sybase for years and see no reason to change. Sybase has been a good product, just not as popular as SQL Server...

  • RE: Script for finding rows exceeding the 8060K limit

    If you're hitting it in a table, you'd need to check the data rows.

    Go to BOL and get the data type sizes, (ints are 4 bytes, etc) and then you...

  • RE: Shrink DB

    Were you shrinking the entire db? (log and data)

    Shrinking is not recommended for data files. It disturbs your indexes, creates fragmentation, etc. You shouldn't do this to data files at...

Viewing 15 posts - 31,801 through 31,815 (of 39,917 total)