Viewing 15 posts - 16,501 through 16,515 (of 18,926 total)
That's often the easy way out... unless you like to search for a few hours to find the relevant information
.
June 20, 2005 at 8:50 pm
The "this person" link to a 404 page.
Nice article
.
June 20, 2005 at 8:45 pm
Wanna see un-civilised discussion??
Why the hell do you guys keep use those damn identity fields as clustered primary keys when you have natural keys???
Let's see the kind of answers you...
June 20, 2005 at 8:31 pm
Hehe, I guess that 5000 less query/hour will do that to a server
.
June 20, 2005 at 8:29 pm
Can't either... maybe your could search the newsletters, or use the search engine... You'd surely have a hit eventually.
June 20, 2005 at 8:26 pm
I don't know the versions with 7.0
maybe this will return more info : exec sp_server_info
June 20, 2005 at 2:42 pm
Select count(*) opens the table and counts all the rows.
EM uses the information kept in the sysIndexes system table. This information is not kept up to date 100% of...
June 20, 2005 at 2:32 pm
Is this for reporting only? Or do the students can then modify that data?
June 20, 2005 at 2:31 pm
Let me rephrase that... what data do you need to retrieve?
June 20, 2005 at 2:22 pm
But I still don't know how to solve your problem... or if it's even possible.
June 20, 2005 at 2:22 pm
And what's the problem you're trying to solve with that query?
June 20, 2005 at 2:17 pm
He means when he's debugging a proc with QA (line by line execution), he wants to have those global variables added all the time by default instead of having...
June 20, 2005 at 2:16 pm
One thing would be to use make this script the template :
Create procedure dbo.SpName
As
SET NOCOUNT ON
SET NOCOUNT OFF
Go
That way dbo would be the owner by default
June 20, 2005 at 2:15 pm
Viewing 15 posts - 16,501 through 16,515 (of 18,926 total)