Viewing 15 posts - 211 through 225 (of 769 total)
It goes on for an year unless we mention any expiry date. V Nice B Teaser. I liked it. 🙂
June 2, 2016 at 8:39 am
Even two single quotes will also work fine.
INSERT mytest
VALUES
(1, CAST('<customer id = ' '1200' '>Acme</customer>' AS XML))
, (2, CAST( '<customer>Consolidated</customer>'...
June 1, 2016 at 9:50 am
It does not drop the temp tables. Still there!
May 26, 2016 at 5:03 pm
Nice Script but sp_OAMethod scripts are old com+ object types. Do you have any other latest scripting way to do the same?
May 26, 2016 at 4:55 pm
This can be done easily using Microsoft Visual Studio Data Comparison.
May 26, 2016 at 4:52 pm
Nice Question.
1 question, what is the suitable situation to use such command ? ( yes, not recommended to use in Production, I know ... but eager to know how we...
May 26, 2016 at 8:38 am
Getting the below error. Tested this in SQL 2014.
Msg 2561, Level 16, State 10, Line 2
Parameter 2 is incorrect for this statement.
Msg 2561, Level 16, State 10, Line 2
Parameter 2...
May 23, 2016 at 1:06 pm
I have fixed this issue while running the below query...need to change the job name and login account details as required.
update
sysjobs
set owner_sid = (select SID from sys.syslogins where name...
May 18, 2016 at 10:20 am
if servers are connected via "registered server" list, does it mean that a session will away be active using my account?
May 18, 2016 at 10:00 am
Thanks. Actually I am trying to get the pk column and interested to feed in in the arrow marked place to count number of records.
But the $pk_key2 is being placed...
May 11, 2016 at 8:31 am
Nice and easy question. Just need to pass the values as below,
USe [DB]
GO
exec sp_estimated_rowsize_reduction_for_vardecimal
@table_name = 'Config'
May 8, 2016 at 3:20 pm
Pretty much easily available script
March 17, 2016 at 6:55 pm
Viewing 15 posts - 211 through 225 (of 769 total)