Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by tapks

  1. tapks

    MDX Tutorial

    Hi! Can anybody help me in prividing the links for MDX Tutorial. I am very new to it. Thankx in advance. TapKs
  2. tapks

    OLAP Security with Active Directory Information

    Hi! I want to use the Users & Groups of Active Directory of Win 2K in MS-Analysis Server. But in Database Role Manager Window of MS-Analysis Manager I can only acces the Users not the Groups. But I want to use the Groups of Active Directory as Roles in Database Role Manager Window of...
  3. tapks

    Query Analyzer Output

    Hi! I am getting an XML output in Query Analyzer which is more that 8000 character, hence unable to see the whole output. CAn I save the output to a text file so that I can see the output ot is there any way I can see the total output in query analyzer. Can anybody help me.. Thanks in...
  4. tapks

    Problem while inserting image type data

    Whatever U have mentioned, I have tried all in the above. But the error persists. Any other solutions ? Tapks
  5. tapks

    Problem while inserting image type data

    Hi! while inserting image type data to a table, I am getting the following error : 'Server: Msg 7133, Level 16, State 2, Line 6 NULL textptr (text, ntext, or image pointer) passed to WriteText function.' My table Test is having the colums id int, img image I am executing the following...
  6. tapks

    Query output problem

    Why the output of the following calculation is shown as 0 in query analyser, where as the output should be 0.207 (approx)? select 61*4*31/36500 Can anybody help me out? Thankx in advance
  7. tapks

    OS Support for Oracle 10g

    Does Oracle 10g supports Windows NT or Windows 2000? Pl let me know. ANy links are available on it? Thanks in advance. tapks
  8. tapks

    Variable Declaration

    Hi! It is not possible to define DECLARE @myVar TEXT inside a procedure. Any other way.
  9. tapks

    Variable Declaration

    Dear friends! I am facing a problem while I am trying to read an xml string inside a stored procedure. The length of the xml string is more than 15000 characters. Is there any way I can declare a variable in my stored procedure so that I can use that XML string to read. Please help me in this...
  10. tapks

    resetting identity seed

    Following is the way to reset the identity seed after deleting all the records. DBCC CHECKIDENT ('table name', RESEED, starting value-1)
  11. tapks

    Link Server Problem

    Hi! I have created the linkd Server for Server2. I can able to make a SELECT query on the required table & also able to INSERT data into that table. But unable to DELETE or UPDATE the table. It is throwing the following error while executing the DELETE statement : Server: Msg 7306, Level 16...
  12. tapks

    Create Table Syntax

    Thats ok. I want to know that whether it is bug of MS SQL server or not. Did Anybody face this before ? Pl let me know.
  13. tapks

    Create Table Syntax

    HI! In SQL Server 7.0 I can create a table with wrong syntax i.e. create table Test (id int, descr varchar(10),) Can anybody tells me whether this whether it is a feature in SQL Server or so. Pl help. Tap_Ks
  14. tapks

    How to access the data of other Server..

    Thanks a lot ClaireHsu. The problem was with the @dataSrc. After changing the same it is working fine. Thanks once again. TapKs
  15. tapks

    How to access the data of other Server..

    I am wkoing in a Server from which I have to access the other Server also. Both the SQL server are of version 7.0. I can able to access the Server2 data from Server1 through Enterprise Manager. But throught a Select statement how can I access the the data of the Server2? I hve added the...

Part and Inventory Search

Back
Top