Viewing 15 posts - 331 through 345 (of 860 total)
a suggestion i have seen else where on the forums is to use a view similar to the one below:
CREATE VIEW blah
AS
SELECT 'db1' AS DBName, * FROM db1..tbl1
UNION ALL
SELECT 'db2',...
May 14, 2012 at 12:31 pm
Perry Whittle (5/14/2012)
capn.hector (5/14/2012)
we fixed it by detaching the database with sp_detach_db rename the log file then sp_attach_single_file_db. it worked and we can now shrink the file.
Bad idea generally.
A...
May 14, 2012 at 12:04 pm
the VLF's being used was what tipped us to the script being used and having 2 VLF's at the size of Initial / 2. thanks for the article by...
May 14, 2012 at 9:52 am
Revenant (5/14/2012)
crookj (5/14/2012)
Brandie Tarvin (5/14/2012)
Daniel Bowlin (5/14/2012)
RegionalSectional
Provincial
bumpkin
Hillbilly
May 14, 2012 at 9:32 am
opc.three (5/11/2012)
capn.hector (5/11/2012)
opc.three (5/11/2012)
Could be. I did not think SHRINKFILE was sunject to the 'initial size' issue though.
i believe only when used with CREATE DATABASE. all the DB's we...
May 14, 2012 at 9:25 am
opc.three (5/11/2012)
Could be. I did not think SHRINKFILE was sunject to the 'initial size' issue though.
i believe only when used with CREATE DATABASE. all the DB's we created with...
May 11, 2012 at 6:07 pm
opc.three (5/11/2012)
May 11, 2012 at 5:49 pm
there were other options set. the developer scripted out the dev database and ran the script on the production server. since we dont need it as large as...
May 11, 2012 at 5:00 pm
Gazareth (5/8/2012)
Queue, not cue, surely?(Sorry :-D)
lol had pool cue on my brain when i was posting that.
May 11, 2012 at 3:44 pm
SQLRNNR (5/10/2012)
Daniel Bowlin (5/10/2012)
wipe outBig red balls
Blue balls
May 10, 2012 at 10:14 am
Lynn Pettis (5/9/2012)
riya_dave (5/9/2012)
i have cursor in my sp ,so i tried to remove it with while loop in order to enhance performance,but it takes more time than cursor.
I am...
May 9, 2012 at 12:09 pm
Grant Fritchey (5/8/2012)
capn.hector (5/8/2012)
May 8, 2012 at 6:21 am
thanks to the suggestion of Grant it got me thinking about the where clause. i was helping out the operator about an hour after the "Error" occured since...
May 8, 2012 at 6:08 am
can you post the output you want from the 4 queries. when i run them i get
Start_Date ...
May 7, 2012 at 4:00 pm
L' Eomot Inversé (5/7/2012)
Revenant (5/7/2012)
Daniel Bowlin (5/7/2012)
Gorgonzola
Émile
emilio estevez
May 7, 2012 at 3:52 pm
Viewing 15 posts - 331 through 345 (of 860 total)