Viewing 15 posts - 76 through 90 (of 182 total)
You can use this utility to transfer the packages:
DTSBackup 2000
http://www.sqldts.com/default.aspx?242
November 24, 2005 at 1:51 pm
If you are using xp_cmdshell check the permissions for the proxy account.
Does it display any error?
November 24, 2005 at 1:25 pm
If you are looking for tables you have to add xtype to the previous query:
select * from sysobjects where name = 'yourTable' and xtype = 'U'
Also, you can query the...
November 24, 2005 at 1:22 pm
At least, it will occupy the space already used of the DB. You can see this on Enterprise Manager or sp_spaceused.
November 24, 2005 at 1:14 pm
Yes them can be processed, since private dimensions exists only within the cube.
October 3, 2005 at 10:18 am
Yes you can, if you process each cube without processing related dimensions. Before to process the cubes, process the shared dimensions.
September 29, 2005 at 2:07 pm
Have you seen MDX Sample Application that comes with AS? You can run MDX Queries from it, it's similar to QA.
September 29, 2005 at 2:02 pm
It depends on how many rows you insert/delete and the reovery model of the database. If the recovery model is FULL it will log every insert/delete you issue.
September 28, 2005 at 2:35 pm
There is a registry key to restrict the version of the client. This was instroduced on SP3.
The key is: ConnectPre80SP3Clients
Check this:
http://support.microsoft.com/?kbid=905615
After this, you have to assure...
September 23, 2005 at 3:01 pm
Try to create a log and see which row is failing, it seems that there is one row that has missing or extra columns.
To configure a log file, right-click on the...
September 22, 2005 at 2:46 pm
Revoke just delete any explicit permission you gave to a user. If you wat the user not to access de table you have to use DENY.
If you just added the user...
August 19, 2005 at 2:13 pm
August 18, 2005 at 2:53 pm
You can see it in Server Network Utility, select TCP/IP protocol and click Properties. Also, you can find it in the SQL Error Log, look for a line that starts...
August 18, 2005 at 2:51 pm
You have to run DBCC TRACEON in order to the other connections see the new trace flag.
From BOL:
DBCC TRACEON
August 12, 2005 at 3:23 pm
Viewing 15 posts - 76 through 90 (of 182 total)