Viewing 15 posts - 901 through 915 (of 7,168 total)
jasona.work (7/5/2013)
opc.three (7/5/2013)
jasona.work (7/5/2013)
might work.
It might. Or it might randomly skip databases. sp_MsForEachDb is fatally flawed and although Microsoft seems happy enough to employ it within their own Maintenance Plan...
July 5, 2013 at 9:48 am
jasona.work (7/5/2013)
might work.
It might. Or it might randomly skip databases. sp_MsForEachDb is fatally flawed and although Microsoft seems happy enough to employ it within their own Maintenance Plan code, it...
July 5, 2013 at 9:40 am
If you like sp_msforeachdb you should read this:
July 3, 2013 at 9:11 am
Database Snapshots are per database. I would not rely on them for historical reporting mainly because of the recurring need to create and retain additional snapshots. For every snapshot in...
July 3, 2013 at 5:21 am
Denesh Naidoo (7/3/2013)
Running SQL Server 2008 R2 Enterprise Edition. The environment runs 24/7
Had a normal indexing job...but this was obviously being blocked by user processes.
Changed to Online Indexing...but...
July 3, 2013 at 5:08 am
D1rtyD0g (7/3/2013)
I connect to SQL servers which are all hosted on a virtual environment.
This virtual environment is not our on local network so we have to connect via IP &...
July 3, 2013 at 5:06 am
chauhanparixit (7/3/2013)
I have migrated SQL JOB from SQL2005 to SQL2008, as below
THe step description as below
IF EXISTS (SELECT * FROM someTable)
BEGIN
Exec master..xp_cmdshell "'c:\mypath\someExecutable.exe'"
END
this someExecutable.exe shoule create 4 image files...
July 3, 2013 at 5:02 am
OK, now we're getting somewhere. So three replacements after the conversion to XML, and in a specific order to unwind the original encoding. Thanks for clarifying Solomon.
July 2, 2013 at 2:58 am
I think you have added an abstraction layer that seems to work but at the end of the day you still have an entitization problem:
I think your approach has the...
July 1, 2013 at 5:34 pm
This recent thread goes through it in pretty good detail.
http://www.sqlservercentral.com/Forums/Topic1438841-1526-1.aspx
Microsoft could do a better job exposing SQL Agent functionality to non-sysadmins by making some things possible while blocking others...
July 1, 2013 at 1:35 pm
jasona.work (6/28/2013)
July 1, 2013 at 1:30 pm
Solomon Rutzky (7/1/2013)
July 1, 2013 at 1:13 pm
I am thinking this might be a PHP problem. From the EXEC() documentation:
Note:
If a program is started with this function, in order for it to continue running in the...
June 30, 2013 at 4:33 pm
Viewing 15 posts - 901 through 915 (of 7,168 total)