Viewing 15 posts - 976 through 990 (of 7,168 total)
Jeff Moden (6/12/2013)
opc.three (6/12/2013)
sneumersky (6/12/2013)
June 12, 2013 at 12:31 pm
Jeff Moden (6/12/2013)
opc.three (6/12/2013)
As for MS supposedly "coming to their senses with xp_CmdShell" goes, just because you disagree with something, doesn't make it bad. It just makes it bad...
June 12, 2013 at 12:29 pm
opc.three (6/12/2013)
sneumersky (6/12/2013)
Can SQL_Enthusiast's issue be solved with a WMI task or data reader? I have not used it in ages, nor am I a WQL expert 🙁
A WMI...
June 12, 2013 at 10:17 am
2008 R2 uses the 2.0 runtime. Framework version 3.5 is built atop the 2.0 runtime.
2012 uses the 4.0 runtime.
June 12, 2013 at 9:33 am
sneumersky (6/12/2013)
Can SQL_Enthusiast's issue be solved with a WMI task or data reader? I have not used it in ages, nor am I a WQL expert 🙁
A WMI Data...
June 12, 2013 at 8:43 am
Michael Valentine Jones (6/12/2013)
opc.three (6/12/2013)
June 12, 2013 at 8:38 am
As for MS supposedly "coming to their senses with xp_CmdShell" goes, just because you disagree with something, doesn't make it bad. It just makes it bad for you.
It's not...
June 12, 2013 at 8:30 am
Jeff Moden (6/12/2013)
opc.three (6/11/2013)
Jeff Moden (6/11/2013)
For example, sp_MakeWebTask was very well documented and supported and it went away virtually overnight because Microsoft thought everyone would go ga-ga over SSRS :sick:
sp_MakeWebTask...
June 12, 2013 at 8:23 am
Jeff Moden (6/12/2013)
opc.three (6/11/2013)
Jeff Moden (6/11/2013)
opc.three (6/11/2013)
Thank you for bringing the conversation back to the original intent. Maybe you doing it will make it stick.
Great idea but YOU are not...
June 12, 2013 at 8:20 am
A CLR function that uses regular expressions, finding a "word" in a string that equals "LC" is a simple reg ex task, could also be a good option to explore.
June 12, 2013 at 7:54 am
Based on your requirements I thin Change Data Capture (CDC) would be a decent place to start. For an accounting system where you not only want to know if a...
June 12, 2013 at 7:45 am
You cannot change the default isolation level, i.e. all new sessions will begin in READ COMMITTED isolation level. You can however enable the READ COMMITTED SNAPSHOT ISOLATION per database which...
June 12, 2013 at 7:31 am
zsafakhah (6/12/2013)
Dear friend,i want define a login in server who are dbowner of x database and can not see other databases in this server.
how can do this?
best regards,
zohreh
1. Create the...
June 12, 2013 at 7:25 am
Karthiart (6/12/2013)
what are the approaches/steps to create the partition.
Books Online has good guidance for creating a partitioned table:
http://msdn.microsoft.com/en-us/library/ms188730(v=sql.105).aspx
June 12, 2013 at 7:10 am
It means your 2008 Package cannot be automatically upgraded to 2012 format on the fly before executing. You'll need to manually upgrade the Package to 2012 format and address any...
June 12, 2013 at 6:55 am
Viewing 15 posts - 976 through 990 (of 7,168 total)