Forum Replies Created

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

  • RE: .csv format from ssms

    anthony.green (8/16/2012)


    please provide your query

    declare @CurrentSchoolYear int,

    @dtBeginDateIA3 datetime,

    @dtEndDateIA3 datetime,

    @dtBeginDateIA2 datetime,

    @dtEndDateIA2 datetime,

    @dtBeginDateIA1 datetime,

    @dtEndDateIA1 datetime,

    @dtBeginDateIA datetime,

    @dtEndDateIA...

  • RE: .csv format from ssms

    Lynn Pettis (8/16/2012)


    Here is the problem we face, we can't see what you see. You are using a temporary table, great. Are you exporting directly from the table...

  • RE: .csv format from ssms

    anthony.green (8/16/2012)


    You can use the wizard to run a query to export to a flat file.

    You can also run the query to file, but to save it as CSV, you...

  • RE: .csv format from ssms

    Lynn Pettis (8/16/2012)


    Have you tried using the Import/Export wizard?

    No, because i am exporting my results from query

  • RE: maintainance Plan job Fails

    tim_harkin (8/15/2012)


    What is the actual value for the /SERVER parameter, where you have "SERVERNAME"? Are you using Local, or "."? Or is it possibly on a clustered instance...

  • RE: query help

    Cadavre (8/8/2012)


    dwain.c (8/8/2012)


    Thanks Lynn! Apparently if I could read, I would've come up with this version instead:

    ;WITH Unpivoted AS (

    SELECT SchoolCode, RaceCode, Code, Value

    ...

  • RE: Problem with DBCC reindex

    Do you have space on other drives? Are you data files and log files all on the same drive?

    No i Dont have sufficeint space on other drive.

    Yes, i have...

  • RE: Problem with DBCC reindex

    MyDoggieJessie (8/6/2012)


    i check in that table, that table is basically contains records for all log entries for the database, right now it contains 25 million records. so i need to...

  • RE: Problem with DBCC reindex

    MyDoggieJessie (8/6/2012)


    How often are your Transaction Log backups running?

    Thanks a lot for your help, greatly appreciate.

    My Transcriptional log will running every 15 mins.

  • RE: Problem with DBCC reindex

    MyDoggieJessie (8/6/2012)


    Okay, so your larger index is about 45GB (math could be wrong on that but I think that's right)

    Is the DB in simple or full mode?

    Recommended changes: Remove the...

  • RE: Problem with DBCC reindex

    MyDoggieJessie (8/6/2012)


    Something like this (you need to run per DB)

    SELECT

    i.name ...

  • RE: Problem with DBCC reindex

    What is your log file set to? What's it's autogrowth set to?

    Log file is also enable for Autogrowth

    File growth 500MB and Restricted file growth 20Gb and Log file size is...

  • RE: Determine Physical Device Name for a backupset.

    Jamie Johnson-406551 (10/2/2008)


    Thanks for that

    The database is first backed up by Maintenance Plan to a physical file, and then by Backup Exec SQL Server agent. Just had to look...

  • RE: backup problem

    andersg98 (8/2/2012)


    is there an Maintenance plan set up?

    Yes the Maintainance Plan is good at running 3:00 am everyday

    and its physical device name is the disk address what i am pointing...

  • RE: backup problem

    PaulB-TheOneAndOnly (8/2/2012)


    surma.sql (8/2/2012)


    PaulB-TheOneAndOnly (8/2/2012)


    surma.sql (8/2/2012)


    hello

    I have very wired problem

    I schedule my back up at 3:00 AM everyday.and it store backup to different server.

    now last 7-10 days I notice, there...

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