Viewing 11 posts - 1 through 11 (of 11 total)
Thank you
but i need these translations.
i delete KPIs http://support.microsoft.com/kb/929766/en-us but it doesnt help.
i also check http://social.msdn.microsoft.com/Forums/en/sqlanalysisservices/thread/cea085fe-0d93-4fc5-99b9-6221d64a89cd
and i already installed SP1
thank you again
February 9, 2012 at 1:19 pm
Hi
Did you find any soluition for that?
February 9, 2012 at 8:16 am
Yes that is the question!
SQL server can catch the lots of values like HOSTNAME even if logins with SA.
(SA is just an example.
Ofcourse they have their own SQL...
June 28, 2011 at 3:32 am
Thanks but
thats the reason that i need WindowsNt\LoginName, i am also using DDL trigger.
INSERT INTO dbo.tbDropTableLog(EventTime,EventType,ServerName,DatabaseName,ObjectType,ObjectName,LoginName,UserName,HostName,CommandText)
SELECT
REPLACE(CONVERT(VARCHAR(50), @xmlEventData.query('data(/EVENT_INSTANCE/PostTime)')),
'T', ' '),
CONVERT(VARCHAR(15), @xmlEventData.query('data(/EVENT_INSTANCE/EventType)')),
CONVERT(VARCHAR(25), @xmlEventData.query('data(/EVENT_INSTANCE/ServerName)')),
CONVERT(VARCHAR(25), @xmlEventData.query('data(/EVENT_INSTANCE/DatabaseName)')),
CONVERT(VARCHAR(25), @xmlEventData.query('data(/EVENT_INSTANCE/ObjectType)')),
CONVERT(VARCHAR(40), @xmlEventData.query('data(/EVENT_INSTANCE/ObjectName)')),
CONVERT(VARCHAR(100),@xmlEventData.query('data(/EVENT_INSTANCE/LoginName)')),
CONVERT(VARCHAR(30), @xmlEventData.query('data(/EVENT_INSTANCE/UserName)')),
CONVERT(VARCHAR(50), (select hostname from sys.sysprocesses...
June 28, 2011 at 12:28 am
No way.
i cannot change the programs connection string.
thanks anyway.
June 27, 2011 at 1:43 am
any solutions?
September 6, 2010 at 6:34 am
Thanks for nice article.
Also function which returns the Weeks is more usefull for retail programs and like-for-like discussions.
As you now sql server's DATEPART weeknumber function does not return the real...
January 11, 2010 at 6:41 am
What happens if there is a ForeignKey which refers this column in another table.
Will there be any problem?
October 17, 2008 at 12:32 pm
i found the solution from ranjithain
http://www.sql-server-performance.com/forum/topic.asp?TOPIC_ID=18865
Thanks to all
January 12, 2007 at 6:01 am
if you just want to query the cube.
You can use
SqlServer->Analysis Services->MDX Sample application
for your test queries.
August 2, 2006 at 6:33 am
Viewing 11 posts - 1 through 11 (of 11 total)