Forum Replies Created

Viewing 15 posts - 3,031 through 3,045 (of 3,366 total)

  • RE: SET options in a view

    There are two things you are running a Distributed View so you have to follow the restrictions for those Views, then use the correct SET option in your View definition....

  • RE: NULL Data

    If you are in 2000 and below the best T-SQL programming books are by Ken Henderson, try the link below for his guidelines about writing stored procs.  I have also...

  • RE: Question about Execution plan and...hardware??

    I would say run the code in Profiler in both boxes and compare executing time and do the same thing with Management Studio/Query Analyzer and click on show execution cost...

  • RE: Object Oriented

    Oracle's Jim Melton ANSI SQL member and Java expert said the main mistake was the Object database creators refusing to do the Algebra so for the most part these databases...

  • RE: Missing

    Thanks Steve for posting this it is a very sad day for Microsoft and those of us who love data.  I am still dazed.

     

  • RE: Default NTFS permissions on new DB

    (To say the network admin has to know the data is like saying a SQL Server DBA must understand how Active Directory replication works. While some DBAs might need to...

  • RE: Default NTFS permissions on new DB

    You have written about it fine but Network Admin or Security Admin in charge of data so the questions is what do they know about data? actually nothing yes some choose to know...

  • RE: Default NTFS permissions on new DB

    (That's because SQL Server 2005 intentionally breaks inheritance for the data files.)

    The desires of the Windows file system team should not be imposed on people spending money to buy a...

  • RE: Default NTFS permissions on new DB

     

    SQL Server is not ignoring anything the MDF and LDF belong to the data sub folder in SQL Server folder in programs so how is SQL Server breaking inheretance of...

  • RE: Default NTFS permissions on new DB

    I understand what both of you are saying and I still don't agree because his devs only need DDL creator role and Trace ON to create their dev databases in...

  • RE: Default NTFS permissions on new DB

    If he is running testing and dev databases Backup and Restore moves everything like the original database in a web application that is important because you are moving all the...

  • RE: Default NTFS permissions on new DB

    OK let me put it this way these file permissions are not relevant to skilled System Admins because the Backup and Restore wizard moves databases created in where ever, whatever...

  • RE: Purpose of "NT AUTHORITY\SYSTEM" Account

    What the previous poster is saying is if you have this account in SQL Server everything in SQL Server was installed using that account so you have to plan and...

  • RE: Default NTFS permissions on new DB

     

    SQL Server is RDBMS(relational database management systems) so a SQL Server database is MDF(Microsoft data file), LDF(Log data file), Secondary data file and .bak all of the above are stored...

  • RE: Limitations on Reporting Services, Workgroup Edition

    It may be a configuration problem because it is not related to edition per the edition features comparision chart below.  Hope this helps.

    http://www.microsoft.com/sql/prodinfo/features/compare-features.mspx

     

Viewing 15 posts - 3,031 through 3,045 (of 3,366 total)