Viewing 15 posts - 45,271 through 45,285 (of 49,571 total)
a_lindeman (8/7/2008)
Now that SQL Server 2008 non free versions have RTMed, does anyone know when SQL Server 2008 Express Edition will be released? Thanks!
Shortly. That's all that can be...
August 7, 2008 at 7:53 am
Grant Fritchey (8/7/2008)
I got one yesterday, I think it was maybe the third one I've received over the years
I don't get many emails. I may have had four in...
August 7, 2008 at 7:44 am
MCP is an older designation and was what you got after writing and passing any one exam. MCP = Microsoft Certified Professional
MCITP is a newer designation and is the 2nd...
August 7, 2008 at 7:31 am
If you're considering exams as a verification of what you've learn more than anything, then look at the ITP (Database Developer) cert. Two exams. They are not easy
August 7, 2008 at 4:49 am
SQL injection isn't actually a SQL Server vulnerability. Somewhere you have an application, most likely a web application that is using ad-hoc SQL statements to communicate with the database.
The...
August 7, 2008 at 4:31 am
ch.mohini (8/6/2008)
can i detach master
Why do you want to? What is it that you are trying to do?
August 7, 2008 at 4:19 am
Visual Studio Team System Database Edition (aka Data Dude) contains a random data generator.
August 7, 2008 at 4:19 am
Very strange. As a suggestion, download one of the evaluation versions of SQL Server, install the client tools somewhere and use profiler to watch what's happening to the DB.
What's...
August 7, 2008 at 4:15 am
Without seeing any more info on this, it's hard to make a blanket statement. Generally what I would do is index for the most frequent queries. If you don't know...
August 7, 2008 at 4:14 am
Depends on the mail. Mostly on what its asking and the way its been asked.
If the mail is rude or demanding or written in half-legible english it will get...
August 7, 2008 at 4:10 am
I haven't gone over the code in detail, but one thing jumps out. This is only going to work properly when a single row is updated.
set @CHA_OID = (select APV_APT_OID...
August 7, 2008 at 4:08 am
rbarryyoung (8/6/2008)
Does anyone know when RC1 will be available? I have seen some folks say that they have it, but I can not find it at the Download center.
RC1...
August 7, 2008 at 3:46 am
There are a number of us on LinkedIn. There's even a SSC group there.
Personally I prefer to keep connections and especially recommendations to friends or people that I have worked...
August 7, 2008 at 3:43 am
August 7, 2008 at 3:35 am
When using dynamic SQL, the user needs permission on the base tables. The dynamic SQL breaks the ownership chains.
You may be able to remove the dynamic SQL. I don't know...
August 7, 2008 at 3:31 am
Viewing 15 posts - 45,271 through 45,285 (of 49,571 total)