Viewing 15 posts - 2,596 through 2,610 (of 6,036 total)
J (3/18/2009)
I am on vacation.
It's not exactly what they name "on vacation". 😉
"On vacation" means "gone fishing", "being on tour", "hiking over incredible range", getting pissed end in the...
March 18, 2009 at 7:16 pm
Steve Jones - Editor (3/15/2009)
Look at charindex/patindex to find the "marla" in your string. http://www.sqlservercentral.com/articles/Advanced+Querying/tamestrings2.asp/97/
Then use substring to grab...
March 18, 2009 at 2:51 pm
Patrick,
actually Excel can get data by running a query against SQL Server.
Did you consider this option?
March 17, 2009 at 8:32 pm
santoooo (2/2/2009)
hi all,please correct me if anything wrong with this code. and please post how we can do with the Information_Schema.columns.
- no identites;
- no collations;
- "DEFAULT" is...
March 17, 2009 at 3:59 pm
Kartik,
with a little bit of effort from your side you could easily transform "string concatenation" function (which you already copied from this forum) to "float multiplication" one.
March 17, 2009 at 3:39 pm
Whatever rant it's started from it ends up in a pub...
:Whistling:
March 16, 2009 at 9:56 pm
Easiest way is to use ODBC driver for test files.
Look in BOL for topics about Linked servers, OPENQUERY, OPENROWSET for details and examples.
March 14, 2009 at 8:27 pm
foxjazz (3/13/2009)
First off, I don't "struggle" with t-sql, I use it a lot.
I can imagine how it suffers.
:pinch:
My condolences to poor T-SQL.
:crying:
😛
March 13, 2009 at 4:30 pm
foxjazz,
Are Matt's and Lynn's code examples shorter than you C# code?
Definitely.
Do they do the task?
Absolutely.
What about performance?
Try it and see - C# won't see the dust tail after TSQL.
Does it...
March 13, 2009 at 4:27 pm
J (3/12/2009)
Good point on the constraints.
However, since I am working on a specific table, I have to look no further than the table itself to find out about constraints. Also,...
March 12, 2009 at 3:42 pm
J (3/12/2009)
Triggers ! :w00t:
I have this deep-rooted prejudice against "hidden" code that executes from somewhere else. Say I am trying to debug a stored proc and I forget that there...
March 12, 2009 at 2:38 pm
JacekO (3/12/2009)
March 12, 2009 at 2:10 pm
lee.pollack (3/12/2009)
you are offensive - maybe because you lack the skills in the use of the english language. YOur use of "tiny experience" and the word stupid is offensive.
My English...
March 12, 2009 at 6:54 am
Sorry if it sounded as a personal attack.
It was not one.
There's nothing wrong in being unexperienced in database development.
I just tried to make a point that something what you're ready...
March 12, 2009 at 6:02 am
Viewing 15 posts - 2,596 through 2,610 (of 6,036 total)