Viewing 15 posts - 2,416 through 2,430 (of 7,168 total)
durai nagarajan (1/11/2013)
opc.three (1/11/2013)
Bhuvnesh (1/11/2013)
Setting max memory will do the job.+1
i ddint get this..
+1
It means: I agree with the statement.
January 11, 2013 at 1:07 pm
Greg Snidow (1/11/2013)
opc.three
The C# code I provided does exactly that
Ah, my bad then. I'm C# illiterate (and all flavors of C for that matter). Now that you pointed...
January 11, 2013 at 8:56 am
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...
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...
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...
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...
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...
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:
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...
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...
January 11, 2013 at 6:00 am
Duplicate post. Direct replies here:
http://www.sqlservercentral.com/Forums/Topic1405903-145-1.aspx
January 11, 2013 at 5:58 am
JESDBA (1/11/2013)
...It turns out he'd been using Arcserve the whole time...
January 11, 2013 at 5:56 am
Bhuvnesh (1/11/2013)
Setting max memory will do the job.
+1
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...
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...
January 11, 2013 at 5:41 am
Viewing 15 posts - 2,416 through 2,430 (of 7,168 total)