Viewing 15 posts - 2,416 through 2,430 (of 7,164 total)
matt.gyton (1/11/2013)
Thanks guys - the job step type is actually Operating System (CmdExec)...
PowerShell support async jobs, that you can then check on and stop if they run too long. PowerShell...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 11, 2013 at 8:52 am
JESDBA (1/11/2013)
It doesn't come with SQL Agent though (I'm pretty sure). I used to use it before I got the evaluation copy.
Express will not install a local intances of SQL...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 11, 2013 at 8:42 am
What kind of job step is it? If it's T-SQL and you want a timeout less than ~18 hours you could call the batch using sqlcmd.exe and provide the -t...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 11, 2013 at 6:53 am
If you have not taken a full backup on the primary since log shipping became out-of-sync then you can bring the secondary up to date and resuming the existing log...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 11, 2013 at 6:49 am
Just for the record, we're in a SQL 2008 forum but we're talking about SQL 2012.
AlwaysOn requires an Active Directory (AD) domain. If you want to avoid AD and Windows...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 11, 2013 at 6:38 am
I cannot speak for SSAS or SSRS, but here are a couple SSIS resources I have referred folks to that are trying to learn SSIS:
SSIS Tutorial: Creating a Simple ETL...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 11, 2013 at 6:23 am
What is the datatype of PERSONNUM?
You can change this in the WHERE clause:
WHERE (EMPLOYMENTSTATUS = 'Active') AND (CONVERT(numeric, PERSONNUM) = 722)
to this, where DATATYPE is the...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 11, 2013 at 6:15 am
Looks like homework, which is fine, I am happy to help, but please show us what have you tried so far?
PS Thank you for providing consumable DDL and DML so...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 11, 2013 at 6:00 am
Duplicate post. Direct replies here:
http://www.sqlservercentral.com/Forums/Topic1405903-145-1.aspx
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 11, 2013 at 5:58 am
JESDBA (1/11/2013)
...It turns out he'd been using Arcserve the whole time...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 11, 2013 at 5:56 am
Bhuvnesh (1/11/2013)
Setting max memory will do the job.
+1
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 11, 2013 at 5:47 am
Only thing I can think of is that this person is thinking of the way DML triggers used to work in SQL 2000, where they had to read what happened...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 11, 2013 at 5:46 am
Jamie Scharbrough (1/11/2013)
Yeah that's definitely doable (installing it on my workstation). I'm so used to everything being in the same place that...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 11, 2013 at 5:41 am
Oracle_91 (1/10/2013)
Can anyone share their expericences which one is good and bad about below configurations on 32 bit systems and sql server 2005.
On what factors we can choose either...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 11, 2013 at 5:36 am
zi (1/11/2013)
My book shows that we use "with standby" in two ways, first one for log shipping, the second one for inspection"how" because the book is showing a...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 11, 2013 at 5:30 am
Viewing 15 posts - 2,416 through 2,430 (of 7,164 total)