Forum Replies Created

Viewing 15 posts - 20,086 through 20,100 (of 26,490 total)

  • RE: How to making the column name dynamic....

    What you are going to need to look into is dynamic sql. I suggest that your start first with looking it up in BOL (Books Online, the SQL Server...

  • RE: Sequence Number

    They do, each table can have a single column defined as an IDENTITY column.

  • RE: Sequence Number

    Unfortunately, without further explaination from the OP regarding what he is looking for, all we can do is offer up guesses.

  • RE: Arithmetic overflow error converting varchar to data type numeric.

    Nope, you can't mark a thread as answered. Reason being some one may look at your solution and provide you with another alternative (note, I didn't necessarily say better)...

  • RE: Sequence Number

    When you talk sequence number all I can think of are identity columns in tables. can you explain in greater detail what your looking for?

  • RE: Stored Procedure Error

    In SQL Server 2000, you may need to make those DDL statements dynamc sql and run them with the EXEC command in your stored proc.

  • RE: Primary Filegroup

    At this point I'd say shrink the Primary file group. If all you have there now are system objects, no user objects, you can reclaim the unused space.

  • RE: Error - Operand data type nvarchar is invalid for sum operator

    Not really enough information here to assist. It might help if you could provide the entire error message you have in the application log plus a few entries on...

  • RE: Backup Failure

    Your directory structure may differ, but this is where I find my output files for the maintenance plans run on one of my servers:

    C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\LOG

    Look there and you...

  • RE: Full recovery model

    I'm not going to tell you how to setup your databases. You need to make a decision on how you want it based on the input you have been...

  • RE: SELECT Last Date for each ID

    To really help you we need a few things from you. Please provide the DDL (CREATE TABLE) statements for the table(s) involved in your query. Sample data in...

  • RE: Full recovery model

    Krasavita (7/1/2009)


    Thank you for your help, so just be cleared.I will find out how much data comes daily,but in mean while. This is how I will set the db settings:

    For...

  • RE: Full recovery model

    Couple of things. One, setting the data file to grow in 1 MB increments is not quite right, especially since the database is apparently about 4 GB in size....

  • RE: transactional replication

    guptaajay1985 (6/30/2009)


    Dear All,

    I want to know meaning and working of all jobs...

    Thanx

    Due to the depth and breadth of this request, the best I can do is tell you to start...

  • RE: permission prob

    shiv (6/30/2009)


    Hi Guys,

    i had giving some permission to users

    UPDATE,INSERT, DELETE which permission i had to given these guys,

    bulk admin or ddl admin could u please suggest me

    Thanks

    Not sure what...

Viewing 15 posts - 20,086 through 20,100 (of 26,490 total)