Viewing 15 posts - 16 through 30 (of 61 total)
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...
August 16, 2012 at 8:29 am
Lynn Pettis (8/16/2012)
August 16, 2012 at 8:22 am
anthony.green (8/16/2012)
You can also run the query to file, but to save it as CSV, you...
August 16, 2012 at 8:06 am
Lynn Pettis (8/16/2012)
Have you tried using the Import/Export wizard?
No, because i am exporting my results from query
August 16, 2012 at 7:24 am
tim_harkin (8/15/2012)
August 15, 2012 at 2:51 pm
Cadavre (8/8/2012)
dwain.c (8/8/2012)
;WITH Unpivoted AS (
SELECT SchoolCode, RaceCode, Code, Value
...
August 8, 2012 at 11:58 am
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...
August 6, 2012 at 6:41 pm
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...
August 6, 2012 at 4:35 pm
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.
August 6, 2012 at 2:48 pm
MyDoggieJessie (8/6/2012)
Is the DB in simple or full mode?
Recommended changes: Remove the...
August 6, 2012 at 12:18 pm
MyDoggieJessie (8/6/2012)
SELECT
i.name ...
August 6, 2012 at 11:31 am
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...
August 6, 2012 at 10:06 am
Jamie Johnson-406551 (10/2/2008)
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...
August 2, 2012 at 4:52 pm
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...
August 2, 2012 at 4:18 pm
PaulB-TheOneAndOnly (8/2/2012)
surma.sql (8/2/2012)
PaulB-TheOneAndOnly (8/2/2012)
surma.sql (8/2/2012)
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...
August 2, 2012 at 2:57 pm
Viewing 15 posts - 16 through 30 (of 61 total)