Viewing 15 posts - 12,046 through 12,060 (of 18,923 total)
Ya learned that the hard way...
Installed the full evaluation version over express but the profiler didn't get installed. Tried uninstalling the tools and reinstalling but that failed too. So I uninstalled...
August 25, 2006 at 2:40 pm
Sorry to kill your groove, But you either to that check before the insert in a stored proc or in a trigger. The simple constraint checks just can't handle that...
August 25, 2006 at 2:28 pm
I'm certain it queries sysobjects but I never saw the query so I'd just be speculating at this point... But as long a syour query works now
August 25, 2006 at 1:02 pm
Couldn't find anything out about that... but that was the only thing I could see that may have a chance of screwing something up.
August 25, 2006 at 12:32 pm
I'm saying that when you're presenting the data like in a asp report. You can manually add that counter with a variable. Isn't this option available to you?
August 25, 2006 at 12:27 pm
Did you check in tempdb.dbo.sysindexes?
August 25, 2006 at 12:09 pm
hmm, maybe this...
SELECT [TableName] = so.name, [Table id]=so.id,[RowCount]...August 25, 2006 at 12:07 pm
Why can't you simply add the counter in the application when displaying the data?
August 25, 2006 at 12:04 pm
How about someone provides some oracle solutions while I come up with the Access 2K version? ![]()
August 25, 2006 at 10:57 am
This is for the evaluation version of 2005... I assume they'll be there too in the "real" version.
This is the management studio link.
"C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\SqlWb.exe"
August 25, 2006 at 9:29 am
That'll take too long.. The longest threads here have gone far in the 100s so I got other stuff to do
.
August 25, 2006 at 8:38 am
I never came up with this problem. What query have you come up with and what is the problem you are encountering?
August 25, 2006 at 7:29 am
The only problem with that solution is that if a number is written like this abc012, your query will return abc12.
That's why I wrote mine that way......
August 25, 2006 at 7:24 am
Select dbo.FunctionImageNo(@CustomerEmail, @CapNo), Cola from ...
However this would result in a cursor like process. In this case...
August 25, 2006 at 7:15 am
Viewing 15 posts - 12,046 through 12,060 (of 18,923 total)