Viewing 15 posts - 46 through 60 (of 134 total)
It looks like that you need to relocate the used pages so that you can shrink. If there is a fragmentation in allocated space, DBCC SHRINKFILE without option just won't...
September 27, 2004 at 12:50 pm
Hi Everett,
I thought so, I'd do that all the time.. ^^;;
September 14, 2004 at 10:04 am
Right Jacek, I've seen so many times many developers made that kind of mistake about CHAR w/ space. I only uses for rare case that needs absolute performance gain and...
September 14, 2004 at 9:59 am
Hi Everett,
I don't mean to rude or anything so forgive me if I ask this question.
Is there a reason that you set the data type for year, month and day...
September 14, 2004 at 9:42 am
The first suggestion wasn't third party software.. well sending email part is third party software but that is freeware and rock solid program so easy way solution.
You can make it...
September 14, 2004 at 8:38 am
Try run this and get the result and try run it from commend. I don't know much about SQL Express 2005 but assume they are the same as regular sql..
DECLARE...
September 13, 2004 at 2:36 pm
looking for this? sp_help '<table name>'
or
SELECT *
FROM INFORMATION_SCHEMA.COLUMNS
WHERE table_name = '<table name>'
September 13, 2004 at 2:31 pm
No, you don't have to create device first. Just choose the "From Device" and click the "Select Devices" and type the file name by using UNC name.
September 13, 2004 at 12:00 pm
I don't know how to do that from pure SQL query but I know how to do that from Windows "Performance Logs and Alerts"
From coomputer Management->Performance Logs and Alerts->Alerts and...
September 13, 2004 at 11:37 am
Please anyone correct me if I am wrong..
1. No, you only need one license for Active/Passive one. LogShipping, on the other hand, you need two licensees (too obvious?)
2. Yes, you...
September 13, 2004 at 11:22 am
Another dump question that might be..
Can you try to use 'sa' from NT workstation to see if you get the option back? Just trying to isolate the permission problem..
September 10, 2004 at 9:18 am
It seems dumb question but are you using the same account? like 'sa'?
September 9, 2004 at 1:37 pm
I just had to throw this out
http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q165918
September 9, 2004 at 8:25 am
if "sp_resetstatus " doesn't work, I dont' recommend to do detach/attach route. I've done several times w/ testing environment and when it doesn't work, you have almost zero chance to...
September 7, 2004 at 12:12 pm
Viewing 15 posts - 46 through 60 (of 134 total)