Viewing 15 posts - 22,771 through 22,785 (of 59,067 total)
Matt Miller (#4) (9/8/2014)
Jeff Moden (9/8/2014)
adonetok (9/8/2014)
From app, I'll generate a where sentence like below:
where orderID = '123' and...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 9, 2014 at 9:00 am
w.oldoerp (9/8/2014)
Revoke was to easy 😉
We use xp_cmdshell in this Situation, because we found it the only way to start an Interface to SAP from...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 8, 2014 at 2:52 pm
Here's another article that you might want to check out. It explains PIVOTs and the wonders of an "ancient" tool known as a CROSSTAB.
http://www.sqlservercentral.com/articles/T-SQL/63681/
--Jeff Moden
Change is inevitable... Change for the better is not.
September 8, 2014 at 2:30 pm
rash3554 (9/8/2014)
--Jeff Moden
Change is inevitable... Change for the better is not.
September 8, 2014 at 2:24 pm
adonetok (9/8/2014)
From app, I'll generate a where sentence like below:
where orderID = '123' and orderCidy='London'
I created a store procedure...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 8, 2014 at 12:42 pm
rash3554 (9/7/2014)
The table below has about 2 million rows.
I want to convert this to html table. I have non-english characters in the table & that is why I used nvarchar....
--Jeff Moden
Change is inevitable... Change for the better is not.
September 8, 2014 at 8:04 am
First of all, you should never ever grant individual users the privs to use xp_CmdShell directly because it provides are very large escalation of privs. Always write the calls...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 8, 2014 at 12:06 am
Apologies for the brutal honesty but, if you're interviewing for the position of DBA or Database Developer, you either need to hit the books hard or consider another career.
If you're...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 7, 2014 at 11:58 pm
Shawn Wilson (9/5/2006)
I've seen this happen where there was a linked server query running and killed. However the connection persisted and was reporting it was at a 100 percent in...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 6, 2014 at 10:21 pm
Post withdrawn... I ended up posting pretty much the same code as Chris.
--Jeff Moden
Change is inevitable... Change for the better is not.
September 6, 2014 at 7:27 pm
I love problems like this because there are so many ways to accomplish them. I also like this particular post because it shows what normally occurs.... code written to...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 6, 2014 at 4:56 pm
Oh, you've hit a real pain point for me. Rather than go into a rant about it, I'll just say I'm glad that someone finally wrote about this problem.
--Jeff Moden
Change is inevitable... Change for the better is not.
September 6, 2014 at 4:34 pm
That took me by surprise the first time I worked with Oracle, as well. NULL same as '' not same as ' '.
The other thing that took me by...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 5, 2014 at 6:29 pm
Heh... could it be that Joe knows that if he ever treats or talks to someone in person as he does online, that someone would eventually clock him?
--Jeff Moden
Change is inevitable... Change for the better is not.
September 5, 2014 at 6:13 pm
khott (8/18/2014)
So I am trying to figure out a way to present the number of records for a 3 month window and for the same date. I know not...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 5, 2014 at 3:06 pm
Viewing 15 posts - 22,771 through 22,785 (of 59,067 total)