Forum Replies Created

Viewing 15 posts - 2,401 through 2,415 (of 3,738 total)

  • RE: Backup / Restore Maint plan?

    Many companies forbid the use of xp_cmdshell.

    I have done this using SSIS with a Script task using expressions.

    I would share it with you but I do not have access to...

  • RE: Online Database Shrink or shrinkfile

    I'm sure that you will get more responses and I expect that someone may provide an alternative solution to this issue. šŸ™‚

  • RE: Online Database Shrink or shrinkfile

    BuntyBoy (8/21/2011)


    I believe this database is in full recovery mode. If you are not able to shrink the database log files then you can try changing the recovery mode to...

  • RE: SQLServer2008-Multiple Import Process Simultaneous

    Sounds like a fun project.

    I would probably write a program that sequentially processing one file at a time.

    You could create a table that has a column to set the process...

  • RE: Avenues other than SQL to get into SQL

    I probably should have not mentioned salary because it is not relevant to the situation. I meant in the context that I do not know much other than the pay...

  • RE: comparing ip addresses in sql

    Could you please post your code?

  • RE: SQLServer2008-Multiple Import Process Simultaneous

    I would start out by creating the objects, code, etc in the development environment.

    Try simulating on a smaller scale the intended scenario on the production environment.

    Then as you move to...

  • RE: Avenues other than SQL to get into SQL

    sqlheadquarters (8/21/2011)


    [Thank you for the great advice. I did however say I was taking the excel certification, not the PowerPoint. Excel is a very good skill to know if I'm...

  • RE: SQLServer2008-Multiple Import Process Simultaneous

    You don't need to create 1,000 tables.

    If you create a staging table then you can minimize the impact on performance.

    You could create a job to load the data from the...

  • RE: Avenues other than SQL to get into SQL

    sqlheadquarters (8/21/2011)


    Hello everyone. I hope I posted this in the correct section. I'm fairly new to SQL and I’m excited to be here. I recently entered into the field and...

  • RE: comparing ip addresses in sql

    sqlnew (8/20/2011)


    Forget about table and Consider some fixed values for IpMin and IPMax just like above mentioned example..if it works i can work for a table. Thanks for responding.

    I understand...

  • RE: comparing ip addresses in sql

    So far you have only provided one table with two columns and two IP Addresses.

    Thank you for the information but don't you have another table?

    What does your statement that provided...

  • RE: comparing ip addresses in sql

    sqlnew (8/20/2011)


    i have a table with 2 fields IpMax, IPMin

    i want to compare an ip whether it is in the range(in max and Min range) or not ..How can...

  • RE: Adding Foreign Keys

    I should have caught that, it is getting late.

    You are trying to create a FK Constraint on a child tabe record(s) where there is not a correspnding record in the...

  • RE: Adding Foreign Keys

    john-902052 (8/20/2011)


    Hey all,

    I have a question if you wouldn't mind.

    I have a db Cases with an Identity column CaseID and I have a few other dbs that store the CaseID....

Viewing 15 posts - 2,401 through 2,415 (of 3,738 total)