Viewing 15 posts - 8,461 through 8,475 (of 8,760 total)
If you open the package (dtsx) file in a text editor, does the XML look OK?
😎
April 29, 2014 at 1:05 am
I do have plans for implementation but still kind of struggling how to fit this into the architecture. There are certain benefits but the question is more how to fit...
April 28, 2014 at 12:58 pm
I'll dig into it and let you know. Certain I have something and probably there are others that have similar, lets hope they share:-P
😎
April 28, 2014 at 12:42 pm
SQLCurious (4/28/2014)
April 28, 2014 at 11:41 am
April 28, 2014 at 5:56 am
When was the last restart? Have all procs executed since then?
😎
April 28, 2014 at 3:09 am
SSMS is neither the appropriate nor the intended interface for such restrictions.
😎
April 28, 2014 at 12:34 am
Jeff Moden (4/27/2014)
Eirikur Eiriksson (4/8/2014)
hisakimatama (4/8/2014)
April 27, 2014 at 10:01 pm
LutzM (4/27/2014)
The easiest is to transfer the file to a different folder once it is processed.
Another option would be to store the last...
April 27, 2014 at 6:30 am
Duplicate post, already answered here.
😎
April 26, 2014 at 8:31 pm
The DATEDIFF function is your friend here
😎
SELECT
isLocked
,LastLockoutDate
,currentDte
,DATEDIFF(MINUTE,LastLockoutDate,currentDte) AS DIFF_MINUTE
FROM @tAccount
Result
isLocked LastLockoutDate ...
April 26, 2014 at 11:57 am
Luis Cazares (4/26/2014)
Maybe a free reference would be better. 😉http://www.mssqltips.com/sqlservertip/1675/security-issues-when-using-aliased-users-in-sql-server/
Ooops:ermm: sorry about that
and thanks Luis!
😎
April 26, 2014 at 10:38 am
IMHO this is one way of generating a dynamic sql query but I have some doubts. It will certainly not produce reusable plans nor benefit from the usage of sp_executesql....
April 26, 2014 at 9:53 am
Viewing 15 posts - 8,461 through 8,475 (of 8,760 total)