Viewing 15 posts - 11,671 through 11,685 (of 15,377 total)
Please don't cross post.
Direct all replies here. http://www.sqlservercentral.com/Forums/Topic1315101-150-1.aspx
June 13, 2012 at 7:41 am
What error are you getting? You can have IIS7 send error messages to the browser for debugging purposes. Just open the ASP item in IIS and then expand Debugging. You...
June 13, 2012 at 7:40 am
Yeah I would think you might get a couple dozen more page loads in a month span. Not even a drop in the bucket for a site with as much...
June 13, 2012 at 7:33 am
ChrisM@Work (6/13/2012)
Anatoly Ukhvanov (6/13/2012)
ChrisM@Work (6/13/2012)
No, it's spam, reported.
Thanks, I'll «store it in my mind». 🙂
P. S. Did I choose the correct English idiom? Do American/English people say like this?...
June 13, 2012 at 7:18 am
And your response? Again there is no correct answer, except to be honest.
June 12, 2012 at 3:33 pm
It seems that it would be nearly impossible to have an idea of how many potential readers you don't get because they don't want to register. I know that from...
June 12, 2012 at 3:22 pm
If I was asked that question in an interview I would hope the person asking is ready for a deluge of questions coming back. There is not much to go...
June 12, 2012 at 3:19 pm
Here is a simple example...
DECLARE @cmd NVARCHAR(255)
SET @cmd = 'This string has it''s content escape''d so it won''t have an issue.'
SELECT @cmd
June 12, 2012 at 1:58 pm
Hi and welcome to SSC! The first step to finding your answer is to read the first article linked in my signature.
June 12, 2012 at 1:13 pm
Also Why are you using inner loop joins? Those loop joins can be a major performance issue unless you are 100% certain (and can explain) why you need that join...
June 12, 2012 at 1:08 pm
I would also suggest what Gus said but to add to that, your original query is selecting top but there is no order by. This means your max was not...
June 12, 2012 at 1:00 pm
I hope this is clear
Yeap clear as mud. Just once it would be nice if you actually followed the advice you offer to others by actually reading the article you...
June 12, 2012 at 12:58 pm
Notice how Anthony posted sample data? It is readily consumable so nobody has to generate based off what you typed. From your description it seems like you could use something...
June 12, 2012 at 10:48 am
First thing I would suggest is to replace your split function with the one in the article I reference in my signature. Then to get your data you will want...
June 12, 2012 at 10:00 am
Methew (6/12/2012)
dwain.c (6/12/2012)
Methew (6/12/2012)
The only issue is for data integrity....i dnt want mixing of data...Is Inserted.ID is good option OR SCOPE_IDENTITY?which one i should use?
Well, it's not like Inserted.ID is...
June 12, 2012 at 9:47 am
Viewing 15 posts - 11,671 through 11,685 (of 15,377 total)