Forum Replies Created

Viewing 15 posts - 46 through 60 (of 187 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?

  • 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...

  • 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....

  • 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

  • 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.

  • 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...

  • 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...

  • 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,...

  • 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...

  • 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...

  • 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...

  • RE: OK

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

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