Forum Replies Created

Viewing 15 posts - 26,191 through 26,205 (of 39,793 total)

  • RE: Mini-Me

    Maybe we'll get an article out of Gaby sometime 😉

  • RE: Ethics in IT - Database Weekly (Nov 17, 2008)

    Correction noted. It does start with each of us. I was thinking that leaders have to set the example, just as each of us does for our children.

  • RE: Executing SQLScript using SQLCMD

    Also, you can't necessarily control the time to create. If there is something else going on in the host system, a user watching YouTube, for example, things can take longer.

    Size...

  • RE: Executing SQLScript using SQLCMD

    The OS matters as well because you might be able to create the 1MB Db as quick as 100MB if zero file initialization is in effect.

  • RE: Budgeting

    We should measure budgeting like we measure programmers and other employees. By Effectiveness.

    Not by making/exceeding the budget. We should look at if money was spent well, needs were met, etc....

  • RE: Managing changes during development

    I agree with a lot of what Grant wrote, and while I haven't done this in awhile, the principles are the same.

    Labeling releases is crucial to knowing what goes moving...

  • RE: New SQL Server Programmer from Russia!

    Read the daily articles here and on SQLTEam, Database Journal, Simple Talk, etc. and learn. Try answering questions here, pick up a book.

    We can help with specific questions if you...

  • RE: SQL server 2005 security

    The same permissions from SQL 2000 exist in SQL 2005.

    I'm not sure what you mean by not seeing them. Are you not finding this in SSMS?

    Moved to the security forum.

  • RE: Need information on Merge replication and VMware

    Quite a few people are running SQL Server is VMs, but you have to be aware that you have less resources than on a similarly sized server. If you have...

  • RE: Standalone Servers, Mount Points and the SAN

    I like Elizabeth's advice, especially about backups. I might put them on the SAN IF I was sure they were on physically separate disks, but you want to make sure...

  • RE: Service packs and instances

    Be aware that some subsystems, like SSIS, are not instance aware. They can be installed only once on a particular host server. If SSIS is installed, it's available in all...

  • RE: use the intellisense on SQL Server 2005

    Certain features of SSMS 2008 are turned off with prior versions. Intellisense is one of them. They didn't write anything to figure out which functions/features work with each version, so...

  • RE: How can I run sql server stored procedures in parallel?

    Do you really need them to execute at the same time or just both execute and return a value before sproc 3?

    The technique above from sql_er will work if they...

  • RE: Cross Apply is not workign on SQL Server compatibility level 2000(80)

    The compatibility level affects which keywords are working, so you can't do this without changing the level. However you can use T-SQL, as mentioned above, to achieve the same type...

  • RE: Linked Server Mystery

    Very strange. I might write a routine to capture the sp_configure settings every hour or so and report if it's changed. That will help you narrow things down to see...

Viewing 15 posts - 26,191 through 26,205 (of 39,793 total)