statistics (data)

Technical Article

RE: Reporr drilldown option

  • Reply

As you may or may not read in another thread I created...I am having trouble implementing the drill down..I actually have it implemented and it works great in the ReportDesigner preview pane...but when I deploy to the ReportServer and page just reloads itself when I click on the (-) for drill into.Any ideas?

You rated this post out of 5. Change rating

2004-05-20

Technical Article

RE: Restoring an SQLServer 2000 database - questions...

  • Reply

First, that's NOT a large database. I've restored a 200+ GB database (yes, that's GIGABYTE).Next, how did you do the restore? Can you post your script?It looks like you may have used WITH NORECOVERY which will leave the database in LOADING state awaiting other backup files.WITH NORECOVERY is used when you have to also restore […]

You rated this post out of 5. Change rating

2004-03-30

Technical Article

RE: Database security - user access

  • Reply

Brian,These are SQL Server users. As I said, after giving them db_datawriter role some of them assume it right away, but for some other I have to go into "Permissions" and manually click on each object to grant access.By the way, if you assign db_datawriter role to a user and then go to the User Properties - […]

You rated this post out of 5. Change rating

2004-03-30

Technical Article

RE: SQL Server Documentation and Security Standards, Meta Data, etc.

  • Reply

Not knowing what your specific needs are for standards I suggest look at this thread for a common theme answer. http://qa.sqlservercentral.com/forums/shwmessage.aspx?forumid=9&messageid=108092#bm108121 If not usefull can you be a bit more descriptive on your plans and what you are looking for?

You rated this post out of 5. Change rating

2004-03-26

Technical Article

RE: Help needed with query/sp

  • Reply

Hmmm... Well here is a quick sample SP I just wrote that should help you with the variable usage. USE pubs GO -- First check to see if the sproc exists and if so drop it. IF EXISTS(SELECT * FROM sysobjects WHERE id = object_id('MySampleSproc'))     DROP PROCEDURE MySampleSproc GO /*--------------------------------------------------------------------------------------- Name: MySampleSprocDescription: sample procedure for […]

You rated this post out of 5. Change rating

2004-03-24

Technical Article

RE: SQL SERVER AGENT ERROR

  • Reply

Can forum participants tell me if the following would possibly have an adverse impact:a.  an OS backup in progress which was temporarily reading the event file.b.  a virus checker which might have been reading the event logc. a remote reader of the server's event logd.  an OS search type function which was scanning the event log for […]

You rated this post out of 5. Change rating

2004-03-19

1 reads

Technical Article

RE: Return multiple rows from a cursor with just one fetch

  • Reply

You can do 10 fetches. But this will generate 10 result sets ... :create procedure aa  @rowset integer as begin  SET NOCOUNT ON  DECLARE @pos integer, @co int DECLARE cPartners SCROLL CURSOR FOR SELECT * FROM partners    OPEN cPartners    set @pos = @rowset * 10  set @co = 0  goto FETCHNEXT  while @co < […]

You rated this post out of 5. Change rating

2004-03-18

Blogs

Small Data SF 2024

By

I can’t remember how I heard about Small Data SF 2024, but it caught...

A New Word: Moledro

By

moledro – n. a feeling of resonant connection with an author or artist you’ll...

Snowflake + Azure blob

By

Let’s go back to data platforms today and I want to talk about a...

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