Forum Replies Created

Viewing 15 posts - 1,216 through 1,230 (of 1,884 total)

  • RE: Missing Msxmlsql.dll for XML

    Did you try to download from Microsoft and install SQLXML 3.0 and its service packs?

    Regards,Yelena Varsha

  • RE: WIN 2003 Permissions to start service

    Kory,

    I added to my prev. post, see above.

    Windows admins will be able to start your data server anyway. Ask to add you to Administrators.

    Regards,Yelena Varsha

  • RE: WIN 2003 Permissions to start service

    Kory,

    Builtin/Administrators exist when SQL Server is already started. It is a part of SQL Server. To start a service in Windows you have to be in Administrators Windows group or in...

    Regards,Yelena Varsha

  • RE: Poor performance with linked server when not using an sa account?

    Hi,

    Did you try to see if there are locks on the primary or linked  server?

    Regards,Yelena Varsha

  • RE: DTS question

    Is it once or on a regular basis?

    Also, what is a record format now? Do you need to add commas?

    I would say it is a VBscript task, but again you...

    Regards,Yelena Varsha

  • RE: Stored Procedure Permissions Problem

    Object that are owned by DBO should be visible to other users.

    Sometimes invalid object name error comes up when users connect to the wrong database. It happens when the database...

    Regards,Yelena Varsha

  • RE: Poor performance with linked server when not using an sa account?

    I don't think this will increase the query time 60 times but who Table 2 belongs to? SQL Server first search for a table with the current user ownership, then DBO....

    Regards,Yelena Varsha

  • RE: unable to open setup file!!! urgent

    The problem could be that this file can not be accesses either because the permissions on the file changed or because this file is already opened by some other job...

    Regards,Yelena Varsha

  • RE: Question of the Day for 10 Nov 2005

    I don't understand  the answer C: "The table is created as test1.MySecond, as it is substituted for dbo by the server" what should that mean?

    Regards,Yelena Varsha

  • RE: Audit level Failure

    Did you reproduce failed logins? Maybe no one failed yet? And Kory is right, you need to restart SQL Server for many of the server properties changes.

     

    Regards,Yelena Varsha

  • RE: Detecting SQL Server Installations

    Hi,

    It does make sense.

    -L Lists the locally configured servers and the names of the servers broadcasting on the network.

    The keyword here is Broadcasting. To hide the server: Open Server Network...

    Regards,Yelena Varsha

  • RE: DTS fails with Unspecified error when scheduled and ran through a job

    I had similar experience with jobs, when ActiveX script job would not run with a simple VBscript, but when the same code is put in vbs file and Operating System...

    Regards,Yelena Varsha

  • RE: How to Transpose

    SQL 2005 has PIVOT and UNPIVOT statements

    In SQL 2000 use Case or IF

    Regards,Yelena Varsha

  • RE: DTS fails with Unspecified error when scheduled and ran through a job

    I would separate internal and external processes.

    FTP is dependent on another server being running and accessible, network configuration the same etc.  I would ( and I do) run FTP download...

    Regards,Yelena Varsha

  • RE: Few doubts to clear

    Hi Lucky,

    In regards to your #2:

    It means that SQL Server itself is using a process ID on the server since it was probaly was restarted the last time. It does...

    Regards,Yelena Varsha

Viewing 15 posts - 1,216 through 1,230 (of 1,884 total)