Viewing 15 posts - 16 through 30 (of 62 total)
I will try this next time, think will work:
1. Use GUI or dtutil to copy all packages from one server to other.
dtutil /COPY DTS;"msdb\maintenance plans\testdtutil" /DTS "msdb\maintenance plans\testdtutil" /SOURCESERVER server1...
November 17, 2009 at 7:56 am
Thx, I agree , I added Chk DB maint plan for system dbs on my servers.
November 13, 2009 at 8:42 am
I can try the above process next time, step 3 is still the issue tho, can't export pkg coz of the error, anyone knows what the error is about, for...
November 10, 2009 at 9:04 am
Hi Jose,
http://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/567ca99e-3627-4787-b54b-413ba5ce278c
Link for the issues I am having with IS export.
November 9, 2009 at 11:54 am
Just FYI, I have been recommended to try this step:
Increase the size of the file a little bit & then try to shrink. I can't try this as we are...
October 15, 2009 at 11:50 am
Sorry, I thought Auto-Shrink was ON, It is at OFF only as thats the default for all dbs.
I am following these 2 links tho:
http://weblogs.sqlteam.com/tarad/archive/2007/11/08/60394.aspx
http://support.microsoft.com/kb/960567/EN-US
I...
October 14, 2009 at 11:41 am
Auto-shrink is enabled. Trying to shrink as need disk space. I myself hate shrinking as there is no point if the db grows back again, in this case there is...
October 13, 2009 at 4:50 pm
6GB is pretty less memory for Production servers, but I guess you got to make do with what you got.
You already have /pae set up which will help OS see...
September 30, 2009 at 10:01 am
Yo espanolanthony, you made it clear that "you know the product but you are a newbie".. kinda explains it all..
September 28, 2009 at 1:28 pm
Only way to release disk space to OS from SQL server is by 'Shrinking' as pointed above by LeeM.
**
Don't think it will increase index fragmentation, you can check that by...
September 25, 2009 at 2:17 pm
How do sequences work in Oracle?
You can set up 'Snapshot Isolation' Level in SQL to have readers not block writers & writers not block readers.
September 25, 2009 at 12:39 pm
Suggest you talk to the Oracle DBA & get some real stuff that Oracle does & SQL doesn't. Both of the things you mentioned hardly matter.
September 24, 2009 at 2:48 pm
Good question, I see the same, DB properties says setting is False ,
SELECT 'abc' + NULL;
GO
-- gives 'NULL' tho.
September 24, 2009 at 2:41 pm
SSMS 2008 does a good job in displaying the row count next to the table itself.
September 4, 2009 at 2:28 pm
Viewing 15 posts - 16 through 30 (of 62 total)