Viewing 15 posts - 781 through 795 (of 1,640 total)
How long usually is the retention period for regular databases backups for other dbas in your org/company?
November 29, 2012 at 1:19 pm
Thanks, when you say zip utility, what you recommend to use for zip databases?
Thanks
November 29, 2012 at 12:05 pm
Thanks, we do have sql agent alerts setup, I wonder if it is the Severity 17- insufficient resources that does the work?
I never got the alert because we have a...
November 29, 2012 at 11:13 am
So, it doesnot send any kind of alerts to DBA proactively?
November 29, 2012 at 10:46 am
Thanks, currently we do have own DiskspaceCheck sql job to monitor the disk space.
So we set it to unrestricted.
But I see some people are using restricted method.
I am curious if...
November 29, 2012 at 9:51 am
Thanks all.
Then for my case, my buildingcode is always a number, I will use:
NOT LIKE '%[^0-9]%';
November 28, 2012 at 12:54 pm
Thanks,
how about the difference
between
like '%[0-9]%'
and like '[0-9]%'.
November 28, 2012 at 10:40 am
Thanks, that makes sense.
But I wonder why some people use : not like %[^0-9]%
For my case, can I just change it to
Like '[0-9]%'.
What is the difference between...
November 28, 2012 at 10:34 am
Koen Verbeeck (11/28/2012)
^ is the negation. So %[^0-9.-]% means "every character that is not 0 through 9, a dot or the minus symbol".
Thanks, and thanks for site link, it...
November 28, 2012 at 10:10 am
Does this mean
1. for SSIS I can use 2008 R2 version BIDs for developing both 2008 and 2008 R2 SSIS package and deploy them to 2008 and 2008 R2...
November 26, 2012 at 2:42 pm
I just found out on a testing server we tried to install the application and sql server, the dependency are there too. So it was done through the application installation.
Thanks,
November 17, 2012 at 12:31 pm
No, I don't know. The server was setup years ago by people who has left.
Thanks,
November 17, 2012 at 12:28 pm
Thanks, that is what I think too.
November 17, 2012 at 12:10 pm
Thanks, I will not, I just want to know how those dependency are added in case if we migrate the databases from one server to a new server, do we...
November 17, 2012 at 12:09 pm
Thanks, will give it a try
November 17, 2012 at 11:51 am
Viewing 15 posts - 781 through 795 (of 1,640 total)