rds

Technical Article

RE: Wot! No RecordCount??

  • Reply

Here's how I open a record set that uses a stored proc proc code : CREATE PROCEDURE [dbo].[SPNDemo] @ObjectName as varchar(50), @id as int output AS SET NOCOUNT ON SET @id = object_id(@ObjectName) SELECT name , XType FROM dbo.SysObjects WHERE name like '%' + @ObjectName + '%' ORDER BY XType, Name IF @@Rowcount > 0 […]

2005-05-27

Technical Article

RE: Trying connect through QA and typing IP of virtual sql server I''''ve got error

  • Reply

Yes, Siva, I've allready checked these IP addresses. It doesn't work. Neither physical nor virtual. On sql server log it's said that one node listen to xx.xx.xx.x1 :1433 , other node- xx.xx.xx.x2:1424These ports have been assigned dynamically. When I try to connect from cluster node to outside SQL server by its IP address all works […]

You rated this post out of 5. Change rating

2005-05-06

Blogs

Enabling an Index: #SQLNewBlogger

By

I don’t do a lot of work with disabled index, but I learned how...

Back to Boston for SQL Saturday

By

I’m leaving again tomorrow for a trip. This time I head back to Boston...

T-SQL Tuesday #179: What’s In Your Data Detective Toolkit?

By

Most of us who work with data have, at least a few times, been...

Read the latest Blogs

Forums

7 sept, scheduled book

By philip.scott

Comments posted to this topic are about the item 7 sept, scheduled book

7 sept, schedlued article

By philip.scott

Comments posted to this topic are about the item 7 sept, schedlued article

6 sept, published book

By philip.scott

Comments posted to this topic are about the item 6 sept, published book

Visit the forum

Question of the Day

Azure Data Lake Storage Gen 2

Azure Data Lake Storage Gen 2 is built on ...?

See possible answers