Viewing 15 posts - 1 through 15 (of 67 total)
Thanks Koen,
I followed your link and used the steps there...
1. Restart SQL Server in single user mode
2. Start SSMS as administrator
3. Connect to SQL Server using object explorer
It worked. I...
October 27, 2014 at 5:04 am
I am using the only account I ever use on that test box, and it's the one I used when I installed the software. This box is not connected to...
October 27, 2014 at 4:32 am
Yes, the service is running. I restarted it to be sure, but it makes no difference. It is running under the
Local Network Service account.
The error message I get is...
October 27, 2014 at 4:09 am
I am happy to say I got this right, but not so sure about the reason!
I didn't know the answer (so learned something here, and that's good), but worked it...
April 11, 2014 at 2:09 am
David.Poole (1/11/2014)
January 13, 2014 at 2:18 am
I am interested to know how scalable this approach is. Have you performed any tests with, say, a hundred or more simultaneous connections all using your TVF in queries?
Not yet....
January 8, 2014 at 4:28 pm
sneumersky (1/8/2014)
SNOMED more facilitates information input into an electronic record during patient care (OLTP in concept)
Conversly, ICD facilitates data retrieval for purposes outside of patient...
January 8, 2014 at 4:24 pm
teodorom (1/8/2014)
very interesting paper.
I could be that I could use these ideas in the near future (I hope !).
Since I would like to do some tests it would be...
January 8, 2014 at 5:30 am
Education, communication, understanding: they are all critical in resolving this issue.
My DBA background was initially as a developer in FoxPro where the code and the database are deeply connected. This...
January 3, 2014 at 3:23 am
Oops again.:w00t:This time I didn't even read the objective correctly! for some reason I thought it was just to set all values of Gender to 'M'. Apologies to the question...
February 22, 2013 at 7:43 am
I answered the wrong question.:crying: "Objective: Update all the M's to F and all F's to M. " and the result of statement 4 will not be that objective....
February 22, 2013 at 7:17 am
I have just found the solution (in a free Microsoft eBook "Microsoft_Press_ebook_Introducing_Microsoft_SQL_Server_2008_R2"#.:-#
To quote from the book... "The expression language in SQL Server 2008 R2 Reporting Services includes a new global...
August 5, 2011 at 8:38 am
Fair comment, and I appreciate what you are saying.
However, my point about your method also skewing the result still stands. The opinion of the single Business Studies tutor carries...
April 5, 2011 at 4:18 am
Mathematically speaking Jeff is correct - you can't take an average of averages and expect it to represent the true overall average (although it might!) - it all depends on...
April 5, 2011 at 3:43 am
Depending on what your data is like, I can think if a possible solution.
If your data is a string variable @string then
@string NOT LIKE 'Xyz'
could be replaced with ...
replace(@string,'Xyz','zzz')...
March 17, 2011 at 9:21 am
Viewing 15 posts - 1 through 15 (of 67 total)