Forum Replies Created

Viewing 15 posts - 46 through 60 (of 188 total)

  • RE: Process ID 'x' was killed by hostname XYZ, host process ID 'xxx'.

    Killing other people's processes without notice is administering in a very bad way, nonetheless.

    Calling something urgent without explaining is frowed upon on SSC. Did people die from it?

    Ronald HensbergenHelp us, help yourself... Post data so we can read and use it: http://www.sqlservercentral.com/articles/Best+Practices/61537/-------------------------------------------------------------------------2+2=5 for significant large values of 2

  • RE: Multi-statement execution

    I guess the color coding in QA/SSMS does it? Paste it instead into Notepad++ or an equal text editor that has color coding for SQL, so you can't accidentally execute...

    Ronald HensbergenHelp us, help yourself... Post data so we can read and use it: http://www.sqlservercentral.com/articles/Best+Practices/61537/-------------------------------------------------------------------------2+2=5 for significant large values of 2

  • RE: Query generate Access Violation

    Do you have PAGE_VERIFICATION on the database? Seems to me a page was corrupt and with the restart repaired.

    Looking at the query though, I would rewrite it to this....

    Ronald HensbergenHelp us, help yourself... Post data so we can read and use it: http://www.sqlservercentral.com/articles/Best+Practices/61537/-------------------------------------------------------------------------2+2=5 for significant large values of 2

  • RE: Scheduling Job to Execute SSIS Package without use of SQL Server Agent

    r.hensbergen (10/14/2009)


    I think this link covers your needs quite well. Windows Scheduler can start your job this way.

    Err, and then I forgot to paste the link... http://blogs.msdn.com/michen/archive/2007/03/22/running-ssis-package-programmatically.aspx

    Ronald HensbergenHelp us, help yourself... Post data so we can read and use it: http://www.sqlservercentral.com/articles/Best+Practices/61537/-------------------------------------------------------------------------2+2=5 for significant large values of 2

  • RE: Scheduling Job to Execute SSIS Package without use of SQL Server Agent

    I think this link covers your needs quite well. Windows Scheduler can start your job this way.

    Ronald HensbergenHelp us, help yourself... Post data so we can read and use it: http://www.sqlservercentral.com/articles/Best+Practices/61537/-------------------------------------------------------------------------2+2=5 for significant large values of 2

  • RE: Weird procedure / job bug

    You have this code:

    if @single_list_id is not null

    set @list_conditions_query=@list_conditions_query+' and id='''+convert(nvarchar(36),@single_list_id)+''''

    INSERT INTO #list_conditions (list_ID, conditions)

    EXEC sp_executesql @list_conditions_query

    Though I think the preferred way to pass variables into dynamic sql with sp_executesql...

    Ronald HensbergenHelp us, help yourself... Post data so we can read and use it: http://www.sqlservercentral.com/articles/Best+Practices/61537/-------------------------------------------------------------------------2+2=5 for significant large values of 2

  • RE: AND & OR

    hodgy (10/14/2009)


    arghh!! I spent a few minutes playing with a spreadsheet to mock up the bitwise AND and OR functions (a happy little diversion) and i missed the data type...

    Ronald HensbergenHelp us, help yourself... Post data so we can read and use it: http://www.sqlservercentral.com/articles/Best+Practices/61537/-------------------------------------------------------------------------2+2=5 for significant large values of 2

  • RE: AND & OR

    I completely agree with this, though I was this time lucky I found the bit this time. But this is not testing for knowledge about the meaning of bitwise comparising,...

    Ronald HensbergenHelp us, help yourself... Post data so we can read and use it: http://www.sqlservercentral.com/articles/Best+Practices/61537/-------------------------------------------------------------------------2+2=5 for significant large values of 2

  • RE: Collation for case sensitive being converted from DB2

    I don't have DB2 experience, but I'll give it a try...

    I think, if collation is an issue for table and column names, you should consider renaming them into names only...

    Ronald HensbergenHelp us, help yourself... Post data so we can read and use it: http://www.sqlservercentral.com/articles/Best+Practices/61537/-------------------------------------------------------------------------2+2=5 for significant large values of 2

  • RE: Question about the tools to be used for viewing SSAS cube by user

    I've googled 'SSAS Excel 2007' and found several links that look useful...

    Ronald HensbergenHelp us, help yourself... Post data so we can read and use it: http://www.sqlservercentral.com/articles/Best+Practices/61537/-------------------------------------------------------------------------2+2=5 for significant large values of 2

  • RE: Shrink DB ?

    From your questions, it makes me think that you also have a disk space issue. Maybe the files are growing too fast, or you need to restore a database for...

    Ronald HensbergenHelp us, help yourself... Post data so we can read and use it: http://www.sqlservercentral.com/articles/Best+Practices/61537/-------------------------------------------------------------------------2+2=5 for significant large values of 2

  • RE: OK

    What's it about? I don't read French very well...

    Ronald HensbergenHelp us, help yourself... Post data so we can read and use it: http://www.sqlservercentral.com/articles/Best+Practices/61537/-------------------------------------------------------------------------2+2=5 for significant large values of 2

  • Viewing 15 posts - 46 through 60 (of 188 total)