Viewing 15 posts - 29,551 through 29,565 (of 39,771 total)
you'd need a declare @id int
select @id = scope_identity()
however I'm not sure how you plan on using this in DTS or your Execute SQL task. Maybe if you explain what...
February 12, 2008 at 10:19 am
Is the SQL Server running? Is the database open, meaning not set to autoclose. If there was no activity, and including system activity like backups, this could be the case.
February 12, 2008 at 10:18 am
Why can you not use Performance Monitor? Those same counters are what SQL Server would report.
You can try sysperfinfo. not sure if that existed in SQL 7.
February 12, 2008 at 10:13 am
Shared Memory should be for local connections only. You should be using TCP Sockets for your app.
I don't see the problem. You say queries are correct either way.
February 12, 2008 at 10:12 am
What does the data represent? Those numbers?
You might have better luck posting on an encryption forum or a newsgroup like comp.sci.cryptography.
February 12, 2008 at 10:11 am
February 12, 2008 at 10:07 am
Sorry, I was thinking PSS was common.
If you're having possible corruption issues, I'd worry about hardware. There could be issues somewhere with the underlying hardware, always a little scary....
February 12, 2008 at 10:05 am
Not in Toronto, but not at a great cost, my company has training in Orlando, FL at End to End Training (www.endtoendtraining.com).
If you have enough people, we'll come out or...
February 12, 2008 at 10:03 am
LogPI got purchased by Golden Gate Software.
ApexLog is another one from Apex SQL.
February 12, 2008 at 10:01 am
I use decimal. It's simple, easy, and if we need to go to foreign currency later (and add a "type" col), I don't worry about it. Never saw the need...
February 12, 2008 at 10:01 am
If you are, I am too!
There's a lot of stuff in the forums I don't use. And I wish was gone. I prefer the simpler you ask a question, someone...
February 12, 2008 at 9:59 am
Different question, poor editorial control.
I make up the questions at various times, often based on what I'm reading or seeing at some time. I don't search through old questions, so...
February 12, 2008 at 9:57 am
Keith,
We use Instant Forums (instantforum.co.uk) for the site. It's done ok , we have the code to integrate it into our .NET site. However we have some scale issues and...
February 12, 2008 at 6:53 am
What should the default be? Should all PKs be non-clustered? It has to be one way or the other in the system and I'd like to think that whoever build...
February 12, 2008 at 6:48 am
Good to hear! I'll make an announcement to the rest of the site.
February 11, 2008 at 3:31 pm
Viewing 15 posts - 29,551 through 29,565 (of 39,771 total)