Viewing 15 posts - 31 through 45 (of 86 total)
vignesh.ms (3/5/2014)
twin.devil (3/5/2014)
what kind of doubts you have ?how it works as looping ?? how it go through all of the commas ?
Sorry Guys just a misunderstanding ..
now...
March 5, 2014 at 6:47 am
twin.devil (3/5/2014)
what kind of doubts you have ?
how it works as looping ?? how it go through all of the commas ?
March 5, 2014 at 6:30 am
twin.devil (3/5/2014)
Let break it down for understanding
Replace Function Definition Replaces all occurrences of a...
March 5, 2014 at 6:21 am
GilaMonster (2/24/2014)
Unless you had some custom auditing implemented before that change was made, no way to tell.
Could you assist me to create custom audit ?
February 24, 2014 at 4:48 am
hunchback (2/12/2014)
The previous suggestions are constraining that a row in the referencing table should exist in...
February 12, 2014 at 7:17 am
I have done the above by using the following, but it costs much.
create table sample(id int primary key)
create table sample2(id int primary key)
create view sampleall
As
select id from sample
union
select...
February 12, 2014 at 5:03 am
GilaMonster (2/12/2014)
CREATE TABLE sample1(id INT PRIMARY KEY)
CREATE TABLE sample2(id INT PRIMARY KEY)
CREATE...
February 12, 2014 at 5:00 am
Lowell (1/29/2014)
here's an example of a set based operation using a well know technique with FOR XML;
the STUFF...
January 30, 2014 at 7:12 am
This is other party table.. we do have only select permission ( even my DBA also).
Is there any other way to perform this?
January 29, 2014 at 3:31 am
pietlinden (1/18/2014)
Sounds like a "gaps and islands" question. You're looking for the maximum size of an island.
Exactly! but I cant find any efficient way... help me out...
January 19, 2014 at 11:35 pm
John Mitchell-245523 (1/17/2014)
January 17, 2014 at 6:56 am
John Mitchell-245523 (1/17/2014)
Sounds like homework to me. What have you tried?John
I did this in a very complex way..
steps :
1. created columns for every month
2. update corresponding month column...
January 17, 2014 at 5:40 am
Jeff Moden (1/4/2014)
January 6, 2014 at 1:50 am
Jeff Moden (12/21/2013)
bitbucket-25253 (12/21/2013)
December 23, 2013 at 6:04 am
Thanks Guys... thanks for your assistance ....
Really helpful... and awesome.
December 21, 2013 at 3:20 am
Viewing 15 posts - 31 through 45 (of 86 total)