Viewing 15 posts - 2,011 through 2,025 (of 7,502 total)
It is best to always post your exact question documented with your actual code.
The more actual info we get, the better advise we can give you.
If you would have posted...
June 5, 2011 at 10:55 am
Seems to me to be the way to use a clr fn just to actually use one.
Why don't you use a regular tsql derived column ?
June 5, 2011 at 9:59 am
Once you have the script, you can use SQLCMD to deploy it to all your environments, or if you can group connect to the required instances ( SSMS registered servers...
June 5, 2011 at 9:57 am
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
Viewing 15 posts - 2,011 through 2,025 (of 7,502 total)