alerts

Technical Article

RE: Stored Proc and Master DB

  • Reply

I don't know how are you using the parameter but this sholud helpyou going Declare @str varchar(200) SET @str = DB_NAME()--Assuming is going to be runned from other databases only --otherwise use dbname as a parameter +'.dbo.sp_helprolemember ' + '''' + 'RoleName' + '''' --print @str exec (@str) I don't know why can't the "plus" […]

You rated this post out of 5. Change rating

2003-11-13

Technical Article

RE: Can not create Data source! Help!

  • Reply

That may be a security issue, check if you are in the group OLAP Administrators and you have full access to the directory where the repository is (C:\Program Files\Microsoft Analysis Services\Bin\msmdrep.mdb). It may help too if you convert the repository to SQL. To do this, go to Analysis Manager, right-click on the server, then choose […]

2003-09-03

Technical Article

RE: MS. Access to SQL Server 2000

  • Reply

I too have the same issue, and have not been able to find an easy way to do it, short of changing the queries to SQL format in the design of queries and checking to see if they run in query analyzer then deciding how to best recode or execute them in SQL server. I […]

2003-08-19

Technical Article

RE: Datetime help

  • Reply

Thanks to a friend of mine: Declare @lastSunday datetime Declare @cDate datetime Set @cDate = GETDATE() Set @lastSunday = dateadd(d,-6,dateadd(d,(7 - datepart(dw,@cDate)),@cDate)) PRINT @lastSunday

You rated this post out of 5. Change rating

2003-08-14

1 reads

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