Viewing 15 posts - 976 through 990 (of 3,011 total)
Brandie Tarvin (2/8/2011)
Michael Valentine Jones (2/8/2011)
February 9, 2011 at 9:17 am
adam spencer (2/8/2011)
I got quickly what I needed( CONVERT(char(8), CreatedOn, 112) = '20110208' ) from the link from Dave before I saw the other reply. But I will...
February 8, 2011 at 1:23 pm
I think some companies want a college degree just to make sure that you can read and write, since a high school diploma doesn’t seem to ensure that.
February 8, 2011 at 10:02 am
Another thing to consider is maintenance windows for the different applications for things like OS patching, etc.
Critical applications can have mutually exclusive maintenance windows so there is no good time...
February 8, 2011 at 7:42 am
Craig Farrell (2/7/2011)
Michael Valentine Jones (2/7/2011)
"Senior DBA required for physical administration of very large databases (>1TB) in both OLTP and OLAP environments on Microsoft SQL Server. "
OLAP may...
February 7, 2011 at 3:11 pm
clare.xia (2/7/2011)
..I am thinking replace the .mdf and .ldf with the corresponding files from a working MSDB. Thoughts?...
That sounds like a very bad idea. You would lose all your...
February 7, 2011 at 2:53 pm
You say this:
"Senior DBA required for physical administration of very large databases (>1TB) in both OLTP and OLAP environments on Microsoft SQL Server. "
OLAP may mean that you want someone...
February 7, 2011 at 2:44 pm
The simple answer is that you are wrong. The difference is 21 days.
February 7, 2011 at 12:52 pm
select
a.*,
DT = convert(datetime,replace(a.StrDt,'.',''))
from
( -- Test Data
select StrDt = '1/02/2011 12:03:41 p.m.'
union all
select StrDt = '1/02/2011 11:59:00 a.m.'
) a
Results:
StrDt ...
February 4, 2011 at 3:52 pm
mw112009 (2/4/2011)
Michael Valentine Jones (2/4/2011)
February 4, 2011 at 10:25 am
You should probably take a step back and look at how much space the database files are using, and find the size of the individual tables in the database. ...
February 4, 2011 at 8:49 am
khalidchogle (2/2/2011)
Well on 2 mbps line robocopy fails to pull in a large file of size 12+ Gb, so I have implemented this method
That sounds like a network problem, and...
February 2, 2011 at 2:35 pm
WebTechie38 (2/1/2011)
Our system admins won't let us use robocopy.Have anyone else noticed a difference in performance when using the FileSystemTask component on large files?
Tony
Do they have a reason for not...
February 2, 2011 at 8:41 am
shahgols (2/1/2011)
1. Somehow put the SQL Server databases on write-suspend mode (or...
February 1, 2011 at 2:05 pm
You should look into using ROBOCOPY for this. It is made for mirroring or moving data from one folder to another. You can probably do all you want...
February 1, 2011 at 11:13 am
Viewing 15 posts - 976 through 990 (of 3,011 total)