Viewing 15 posts - 76 through 90 (of 716 total)
keyun (4/8/2011)
@UMG - It is 2008 R2(RTM) - 10.50.1600.1 SP1
I think you pulled the SP1 from the end of the string which belongs to the OS version.
You are running 2008...
April 8, 2011 at 9:54 am
Rob Schripsema (4/8/2011)
Sounds...
April 8, 2011 at 9:39 am
Flexdog (4/7/2011)
Well, this code will work (hey it's tested 😉
That is an interesting solution, but we don't have specification for how the situation should be handled, maybe they want it...
April 7, 2011 at 11:43 pm
First, thank you very much for providing the DDL and DML to help us help you. The only thing you could have done better was to provide an example of...
April 7, 2011 at 10:55 pm
Argh! How does something this simple and wrong make it through. Did nobody actually run the code prior to posting the question? :w00t:
Steve, oh Steve, Cleanup on isle 42.
April 7, 2011 at 9:20 pm
You could try attaching copies of the master DB on Server B, but it is very unlikely to work.
You can rebuild the master database, but you would loose anything you...
April 7, 2011 at 9:14 pm
You could probably write a TRIGGER that checked how many sessions a user currently had, and ROLLBACK the current conection if they were over your limit.
April 7, 2011 at 9:03 pm
Actually if all you want is the count of unique users, don't return them and spin through them that just wastes network bandwidth, etc.. Use a COUNT query instead:
SELECT
...
April 7, 2011 at 8:59 pm
chetnaj (4/7/2011)
We have just installed SQL server 2008 R2 and none of our jobs is running.
First, did you really upgrade without testing first? :crying:
We ran into problems with jobs, especially...
April 7, 2011 at 8:52 pm
I think it is intersting that we have recently had a rash, at least 3, people reporting large tempdb usage after upgrading to 2008 R2 from 2005...
April 7, 2011 at 8:47 pm
If updating the statistics doesn't help you might look at installing one of the newer CUs for 2008 R2, I know that we had to go to at least CU4...
April 7, 2011 at 8:46 pm
cbabino71 (4/7/2011)
I would like to reach out to other companies with a 2 terabyte sql server database. How much ram do you recommend having on the server?
As much as you...
April 7, 2011 at 8:29 pm
SanDroid (4/7/2011)
Today I want to understand and learn about how "data affecting the version store" is not logged.
I assume what you are trying to get at is that the "data...
April 7, 2011 at 1:58 pm
Steve Jones - SSC Editor (4/7/2011)
If the value always a 2 digit month, then a day? If so, do you need patindex? Can you use use substring?
Steve,
The way I saw...
April 7, 2011 at 1:50 pm
thamatrix1436 (4/7/2011)
April 7, 2011 at 1:48 pm
Viewing 15 posts - 76 through 90 (of 716 total)