Viewing 15 posts - 22,756 through 22,770 (of 59,067 total)
This sounds an aweful lot like an interview question.
--Jeff Moden
Change is inevitable... Change for the better is not.
September 12, 2014 at 4:29 pm
fregatepllada (9/12/2014)
Dwain you do not need CLR to use regex 🙂There is an old way to call Vbscript library
From t-SQL code 😉
sp_OA???
--Jeff Moden
Change is inevitable... Change for the better is not.
September 12, 2014 at 4:11 pm
mark.stewart 12691 (9/12/2014)
Jeff,Thanks so much for the help! That worked perfectly. I'll dig in and understand dates a little better.
Mark
Very cool. Thanks for the feedback,...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 12, 2014 at 1:33 pm
The following should do it (see attached). I made sure that it's a high performance iTVF instead of an mTVF. I also got rid of the resource hungry,...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 12, 2014 at 11:00 am
G-Force (9/12/2014)
--Jeff Moden
Change is inevitable... Change for the better is not.
September 12, 2014 at 9:11 am
What are the rules for the partial weeks at the start and the end of each month?
--Jeff Moden
Change is inevitable... Change for the better is not.
September 11, 2014 at 11:52 am
maroju1 (9/11/2014)
This is Naveen Maroju,I unable to get output and please help me on this query.
Mainly i want groupby Vendorname cloumn for below points.
1) If he select Month then...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 11, 2014 at 8:49 am
And are you actually using SQL Server 2012? I ask because LEAD/LAG wasn't available until then and LEAD/LAG is the supported method for doing this. If not, then...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 11, 2014 at 8:42 am
vijay.singh 14112 (9/11/2014)
I have many new tables for which i need to write Insert,Update and delete triggers manually. Is there any way to generate triggers script which takes table...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 11, 2014 at 8:38 am
waldodj2000 (9/11/2014)
In a view i do: SELECT * FROM server.db.dbo.table
and then I use SELECT * FROM myVIEW
In a Synonyms i do the same.
what...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 11, 2014 at 8:30 am
Nice, short, sweet, and well written article on the subject. Even some of the "old hands" at SQL Server still don't about them or what they'd be used for.
We...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 11, 2014 at 8:24 am
martin.fay (9/11/2014)
If only there were synonyms for column names!
There kind of are... create a pass-through view, which is what I used until synonyms came out.
--Jeff Moden
Change is inevitable... Change for the better is not.
September 11, 2014 at 7:49 am
Sean Lange (9/10/2014)
TomThomson (9/10/2014)
--Jeff Moden
Change is inevitable... Change for the better is not.
September 10, 2014 at 11:57 am
Solomon Rutzky (9/9/2014)
In the end, isn't this why Microsoft gave us CLR Integration?
Heh... yeah... just like they gave us the ability to write extended stored procedures. 😉 I...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 10, 2014 at 1:10 am
dwain.c (9/7/2014)
Jeff Moden (9/5/2014)
The other thing that...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 10, 2014 at 1:05 am
Viewing 15 posts - 22,756 through 22,770 (of 59,067 total)