Forum Replies Created

Viewing 15 posts - 1,021 through 1,035 (of 1,079 total)

  • RE: Create SQL job in SQL SERVER 2005

    one .exe file? are you calling an application? not sure what you are up to...

    but....

    In BI, add a process task, and point it to your .exe

    save package into SSIS, and...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: DBCC SHOWCONTIG PERMISSIONS

    once again, msdn has the answer!

    http://msdn.microsoft.com/en-us/library/aa258803(SQL.80).aspx

    "Permissions

    DBCC SHOWCONTIG permissions default to members of the sysadmin fixed server role, the db_owner and db_ddladmin fixed database roles, and the table owner, and are...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: why this happen?

    2009-11-19 17:36:28.870 spid153 The client was unable to reuse a session with SPID 153, which had been reset for connection pooling. This error may have been caused by an earlier...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: Poor query performance post SQL 2008 upgrade

    I am assuming you upgraded on the same server like you mentioned?

    One question, maybe it doesnt mean anything, just a guess...

    Did you leave your databases as level 80,90 compatibility? or...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: Shrink DB and Log on 2008

    I have a database in that log file is 15 GB and data file size is 148 MB.

    is your DB 15gb and log = 148? or the ther way around?

    either...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: SQL Bits - Newport - 19th to 21st November 2009

    Definitely, just as long as you buy my plane ticket - from South Africa 😀

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: ORA-01403 error when executing sql statement using linked server

    http://www.sqlservercentral.com/Forums/Topic538856-149-1.aspx#bm539530

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: index rebuild/ with(online=on)

    run this first:

    =========

    DBCC SHOWCONTIG (table_name,index_name)

    GO

    =========

    note the fragmentation and scan density.....

    The execute;

    ==============

    DBCC DBREINDEX('table_name',index_name,54)

    ==============

    see any difference in logical frag and extent scan frag?

    is your scan density = 100% ?

    is your "Avg Pages...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: SSIS package with source file on server

    Have to agree with Elliot on this one..

    Have your server/network engineers assist you with the permissions on the folder, rather than making it more complicated for youself.

    Also consider hosting the...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: SQL Server 2005 Automatic Backups

    Hi, you've got quite a few options...

    1. Maintenance Plans

    2. Schedule a TSQL task job with relevant BACKUP.... code...

    3. Build a SSIS package with the backup tasks.

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: Insert Trigger

    Here you go...

    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/tsqlref/ts_create2_7eeq.asp

    if that doesnt make any sense to you yet, post again, with you table and column names, will assist you gladly.

    regards,

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: Restricted user Mode

    try:

    ALTER DATABASE database-name SET MULTI_USER

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: Sqlserver 2008 installation on xp sp2

    http://www.microsoft.com/express/sql/download/

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: Can't remove rows from distribution database

    ever tried changing your cleanup to specify smaller portions?

    delete top 1000 from....

    and make it run every 10 mins as well.

    instead of

    delete from table...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: "SQL Server 2008 edition upgrade" failed

    Easiest and best way to fix your issue: Buy a Ent License 😉

    Personally I would uninstall and reinstall with the Std key.

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

Viewing 15 posts - 1,021 through 1,035 (of 1,079 total)