Viewing 15 posts - 10,741 through 10,755 (of 15,381 total)
m.henly (9/13/2012)
When the original developer put it all together (about ten years ago) and started to show me the basics of Sql, he told me to always use...
September 13, 2012 at 12:39 pm
valeryk2000 (9/13/2012)
No 2010. Why no active support for 2003-2007 (by Microsoft?)Actually I found the solution - changed (n)varchar(max) to text, and this one Access handles as memo.
Thanks
That may work short...
September 13, 2012 at 10:48 am
Because as you say you are an "Accidental DBA" and your query is full of nolock hints you might want to read up on the hint some more.
http://blogs.msdn.com/b/davidlean/archive/2009/04/06/sql-server-nolock-hint-other-poor-ideas.aspx
http://www.jasonstrate.com/2012/06/the-side-effect-of-nolock/%5B/url%5D
If you can...
September 13, 2012 at 10:41 am
I might add to that not to use select * and if at all possible change the name of your table to not use a reserved word.
select * from [order]...
September 13, 2012 at 10:28 am
bhushan_juare (9/13/2012)
I am using an asp.net v2.0 application for which application pool, web site is created.
Every day multiple users logged into application for doing transactions doing this...
September 13, 2012 at 10:24 am
ChrisM@Work (9/13/2012)
ScottPletcher (9/12/2012)
It would have to be THE ONLY WAY POSSIBLE for me...
September 13, 2012 at 10:15 am
jane.frasier (9/13/2012)
September 13, 2012 at 10:09 am
Duplicate post. Please direct all replies here. http://www.sqlservercentral.com/Forums/Topic1358585-149-1.aspx
September 13, 2012 at 10:05 am
Duplicate post. Please direct all replies here. http://www.sqlservercentral.com/Forums/Topic1358585-149-1.aspx
September 13, 2012 at 10:05 am
Kenneth.Fisher (9/13/2012)
Sean Lange (9/13/2012)
For everybody who seems to be hung on the verbiage I can only say "GET OVER IT". English is not the native tongue of everybody on...
September 13, 2012 at 8:35 am
honza.mf (9/13/2012)
Sean Lange (9/13/2012)
For everybody who seems to be hung on the verbiage I can only say "GET OVER IT". English is not the native tongue of everybody on...
September 13, 2012 at 8:33 am
Good question.
For everybody who seems to be hung on the verbiage I can only say "GET OVER IT". English is not the native tongue of everybody on this site. I...
September 13, 2012 at 8:04 am
robert.hemley (9/13/2012)
Yes running the query in c#.Regards rob.
The same as any other query. What have you tried so far?
September 13, 2012 at 7:52 am
lareciadbell (9/12/2012)
Yes I am looking for a count in each dataset. So in dataset1 I would expect 4 and in dataset2 I would expect 3.
Take a look at the...
September 12, 2012 at 3:07 pm
lareciadbell (9/12/2012)
September 12, 2012 at 2:42 pm
Viewing 15 posts - 10,741 through 10,755 (of 15,381 total)