Viewing 15 posts - 376 through 390 (of 1,081 total)
Are you trying to do it in T-SQL, or MDX/DAX/DMX?
March 26, 2012 at 11:05 pm
Sorry to hijack, but some poor old chap is struggling:
http://www.sqlservercentral.com/Forums/Topic1272592-2799-1.aspx#bm1272921
😉
March 26, 2012 at 10:53 pm
no, physical. OS installs as 64it, tried 32 and 64bit sql installers, same issue.
March 26, 2012 at 1:04 pm
1. Are you installing the SQL Cluster as a domain user with sufficient access to the AD OU where the objects need to be created.
2. Does the setup account have...
March 23, 2012 at 6:37 am
That could be due to a lot of things.
Maybe post the error?
March 23, 2012 at 5:38 am
You'll need to look at the syntax when working with dashes in text:
select * from [Site1-DV-SS-01].[Database].[Schema].[Table]
Try this.
March 23, 2012 at 5:25 am
It can be anything.. y should i be concered with it.. I just need to be sure my code does return the values
The same reason why any Application Developer should...
March 23, 2012 at 12:28 am
is your package using any network data sources that require authentication?
March 23, 2012 at 12:21 am
1. There is no way i can check if calling application is recieving the output from my sql server side. And the code is really working or not. There is...
March 23, 2012 at 12:20 am
The account you are installing with, must have modify rights to the container/OU where the new virtual objects will be created.
March 22, 2012 at 10:38 pm
Its as easy as pie...
here are a few setup references...
http://sharepoint.microsoft.com/blogs/GetThePoint/Lists/Posts/Post.aspx?ID=337
http://technet.microsoft.com/en-us/sharepoint/ee692578
http://technet.microsoft.com/en-us/library/ee748644.aspx
In essence, you will need the following:
1. SSAS Cube
2. Sharepoint with performance point service
3. Unattended service account
4. Secure Store Proxy...
March 22, 2012 at 10:37 pm
Be careful or your setup might do the opposite of what you require.
SQL Server & Windows will create the resource groups based on what you provide in the setup.
Run Cluster...
March 22, 2012 at 4:44 am
How many results are returned by this statement?
SELECT count(*) FROM dbo.tblDependents as a inner join dbo.tblHOF as b on a.FamilyID = b.FamilyID group by a.FamilyID
your group by clause could return...
March 22, 2012 at 2:19 am
1 more request is to know is it good or bad to acheieve the same. Or pros and cons on the same
It depends. On the CPU allocation you will need...
March 22, 2012 at 1:43 am
Viewing 15 posts - 376 through 390 (of 1,081 total)