Viewing 15 posts - 2,011 through 2,025 (of 7,498 total)
river1 (6/3/2011)
I have SQL Server 2000 and i need that a job send an e-mail every time...
June 3, 2011 at 9:45 am
Please read the description and pick the one that suites you best.
June 3, 2011 at 8:39 am
keep in mind datetime holds date and time.
Your predicate looks for yourdatecol="2011-06-02 00:00:00.000'
edited.
Oh please don't use a date conversion function because it will avoid an index being used in the...
June 3, 2011 at 2:46 am
we have been using Gert Drapers smtp proc on our sql2000 instances for years. No outlook client needed !
Have a look at http://www.sqldev.net/downloads/default.html
June 3, 2011 at 2:44 am
start from scratch or restart form the point where it failed ...
I don't know what the effect is on the "network" problem, but at one time when I had...
June 1, 2011 at 2:58 pm
also to keep in mind: you can "restart" a restore !
restore database ...
with
, RESTART
I recall using this a couple of time on win2003 os with sql2005sp2 with a...
May 31, 2011 at 3:16 pm
Phil Factor (5/31/2011)
May 31, 2011 at 10:25 am
If you have enough space on the drive, copy the backup file locally and then perform the restore (using the local file).
May 30, 2011 at 11:46 pm
does your service account have the needed windows auth to process the restore command using the file location of the back file ?
Please post the (generated) restore statement and the...
May 30, 2011 at 1:43 pm
talismc (5/28/2011)
May 29, 2011 at 2:57 am
for your default trace info, have a look at http://www.mssqltips.com/tip.asp?tip=1739
On the other hand, it depends how you used sqlexpress.
If you use a User Instance, these databases will not show...
May 28, 2011 at 11:31 am
brom BOL: http://msdn.microsoft.com/en-us/library/ms191495.aspx
A copy-only backup is a SQL Server backup that is independent of the sequence of conventional SQL Server backups. Usually, taking a backup changes the database and affects...
May 28, 2011 at 11:15 am
linq usage doesn't need to be less secure !
Using linq as an excuse for open doors is the summum of laziness
some refs on using sprocs with linq:
http://www.mssqltips.com/tip.asp?tip=1542
http://blogs.msdn.com/b/zainnab/archive/2007/10/25/linq-and-stored-procedures.aspx
May 28, 2011 at 3:32 am
GilaMonster (5/27/2011)
Elliott Whitlow (5/26/2011)
Jan Van der Eecken (5/26/2011)
GilaMonster (5/26/2011)
From the posts the person has made, they are totally out of their depth. 6TB DBs, major perf...
May 27, 2011 at 2:17 am
You clould find some info on the web, but I propose to just capture the full xml to investigate the availability of data and then have a look at bol...
May 26, 2011 at 1:18 pm
Viewing 15 posts - 2,011 through 2,025 (of 7,498 total)