Viewing 15 posts - 29,416 through 29,430 (of 39,771 total)
From what I've always heard, you should not switch to fibers without guidance from PSS. They have a few things they examine and there are only some workloads, even with...
February 25, 2008 at 8:29 am
I have no idea, but my guess is that Microsoft is not a monolithic entity and they need a separate registration for some reason. They use Connect for beta, MVP,...
February 25, 2008 at 8:26 am
Sounds like your communication server doesn't have rights to connect. Have you checked if this account has rights in SQL Server?
February 25, 2008 at 8:21 am
I'd argue that if you are considering the move, and can wait until the fall, I'd go with 2008. There are now going to be releases every 2-3 years, which...
February 25, 2008 at 8:20 am
You can hack the system tables if you like to remove the Identity value. An MVP provided this script:
use master
-- drop database test
Create database Test
Use test
Create table exemplo (...
February 25, 2008 at 8:19 am
I never use them.
However I do end stored procs with a RETURN just for convention and to make it clear to myself that I'm done coding in this batch.
February 25, 2008 at 8:15 am
Was this upgraded? (hence Gail's question) or was it rebuilt on 2005 from scratch and has bad performance? Are the data sets the same?
February 25, 2008 at 8:15 am
Jeff hit it on the head. You have to take control and give people a chance.
There are lots of average managers out there, mostly they'll leave you alone. There are...
February 25, 2008 at 8:13 am
Please don't cross post.
handled here: http://www.sqlservercentral.com/Forums/Topic459398-149-1.aspx
February 23, 2008 at 12:35 pm
Are you in topic subscriptions?
You only see page 3? Seems strange. I see a list of pages on my wide (for my account).
Send me (or post) the one you want...
February 23, 2008 at 12:24 pm
Certifications in the US are $125 per exam. There have been deals a few times for second chances or retakes at no cost, but I don't know of any right...
February 23, 2008 at 12:19 pm
you have to write a query that joins the tables together.
This sounds like homework or an exam question. If you show some work in writing a query, but we can...
February 23, 2008 at 10:46 am
What is the build number on your SQL Server install? Not Management Studio, but SQL Server.
Run select @@version to check.
Build numbers are here: http://www.sqlservercentral.com/articles/Administration/2960/
You don't need to install SP1 if...
February 23, 2008 at 10:45 am
I doubt that you've upgraded if it says "Developer"
February 23, 2008 at 10:43 am
Is there a service installed? MSSQLServer
Can you start it?
February 23, 2008 at 10:42 am
Viewing 15 posts - 29,416 through 29,430 (of 39,771 total)