Forum Replies Created

Viewing 15 posts - 16 through 30 (of 64 total)

  • RE: XML

    Thanks for the clarificatin James 🙂

    I never use the XML features - but it do have to support them now and then.

  • RE: Database Size Help

    If you can't change the recovery model and don't have space in your log file can you break down the package a bit.

    Is it all just insert statements. Are you...

  • RE: SORT_IN_TEMPDB - which indexes uses it?

    I think SORT_IN_TEMPDB only uses the tempdb when the index is created or when it is being rebuilt. It isn't used when quires are run against the index.

    In what sort...

  • RE: Reindex, Rebuild & All Statistics

    Hi

    The script I have pasted below is one I use after clearing out and inserting a lot of data into a database.

    It uses sys.dm_db_index_physical_stats to get the fragmentation of the...

  • RE: Database Size Help

    Is it your log or data file that is growing too big.

    If your not sure there should be a message in the SQL error Logs.

    I would guess it is the...

  • RE: SQL SERVER 2005 Clustering DISK SPACE

    You shouldn't have to do anything: make sure your system databases are backed up and if you like your users dbs too.

    In effect your infrastructure team will tell the...

  • RE: XML

    Robert Frasca (10/23/2009)


    I don't understand the "Book[Price < 4 ]"component. Shouldn't that mean that "<Name>book4</Name> " should NOT have been returned since the price of book 4 = 4?

    Your...

  • RE: SSIS - Send Mail Task

    MelissaLevitt (10/18/2009)


    Thank you both so much. That was exactly correct. The event handler worked great. With this, however, it looks like for each and every task, I...

  • RE: Shrink mdf file

    Jack Corbett (10/19/2009)


    I just sat in a seminar by Buck Woody where he was adamant that you should NEVER shrink database and log files. I don't know that I...

  • RE: Warning on Job history

    okiftequar (10/15/2009)


    Try this query, you can also modified in this...

    select * from msdb..sysjobhistory

    order by run_date, run_time desc

    for know more abt this, you can also refer onlinebook link...

    http://msdn.microsoft.com/en-us/library/ms174997.aspx

    Regards,

    M.I.

    This...

  • RE: SQL SERVER 2000 corruption on table in MDSB BACKUPMEDIAFAMILY

    I'm sure you are right.

    The only time I have used it was for this error:

    Incorrect PFS free space information for page (1:105428) in object ID 60, index ID 1, partition...

  • RE: SQL SERVER 2000 corruption on table in MDSB BACKUPMEDIAFAMILY

    What about restoring from a backup?

    Repair_allow _Data_loss does not mean there has to be data loss though so your solution was probably fine.

  • RE: AND & OR

    I agree with dave.farmer.

    This wasn't a SQL knowledge question but more of a practical joke

  • RE: Cannot connect to SSIS from SSMS

    Thanks Deepak

    Just had the same problem on one of our servers and your blog fixed it for me 🙂

  • RE: Sql server performansec

    Do you know what SQL Server is doing during the hour or so when disk utilization goes up high?

    Have any other applications been installed on the server - eg anti...

Viewing 15 posts - 16 through 30 (of 64 total)