Forum Replies Created

Viewing 15 posts - 31 through 45 (of 52 total)

  • RE: view combines tables from multiple dbs

    How important is it that the query returns "live" data?  If you can tolerate some latency, you might try writing a stored procedure that fills a table.  The table can...

    - Paul

    http://paulpaivasql.blogspot.com/

  • RE: Access databases -- where are they hiding? .....

    Keep in mind that Access is a file-based database; it is not considered a "data server."  Therefore as mentioned above you are limited to searching the file system. 

    - Paul

    http://paulpaivasql.blogspot.com/

  • RE: Getting Access data into SQL server

    Can you tell me what the error is you get when you run sp_addlinkedserver?  Your syntax looks correct.

    Paul

     

    - Paul

    http://paulpaivasql.blogspot.com/

  • RE: Generate Script without using EM

    Don't forget that DMO is now called SMO in SQL 2005.  With it, it shouldn't be too hard to come up with a CLR assembly which can be called from...

    - Paul

    http://paulpaivasql.blogspot.com/

  • RE: SQL Jobs

    You can check sybjobshistory.  You might as well launch the job in a query window, then in another window you can keep checking sysjobshistory.  As soon as the job is...

    - Paul

    http://paulpaivasql.blogspot.com/

  • RE: 2005 db restore

    I don't believe it is possible.  I have tried different methods including changing the compatability level, but nothing has worked. 

    Good luck.

    - Paul

    http://paulpaivasql.blogspot.com/

  • RE: When To Use Cursors

    Andy, thanks for being willing (daring) to write such a controversial article.  I'm all for dialogue whatever your point of view is.

    In my 12 years of SQL coding I don't...

    - Paul

    http://paulpaivasql.blogspot.com/

  • RE: Table Variables

    Nice article covering some basic points, but here are 2 important points to hightlight:

    A lot of my work day-to-day is fining previously written procedures that are slow and re-writing them...

    - Paul

    http://paulpaivasql.blogspot.com/

  • RE: A Special Announcement from Andy, Brian, and Steve

    This is by far the best SQL groupie site I have experienced, EXCELLENT JOB!!  I even discontinued my logins to the other sites.

    Best of luck, gentlemen. 

    Paul

    - Paul

    http://paulpaivasql.blogspot.com/

  • RE: SQL 2000 to SQL 2005: Where have all the old features gone?

    I miss the ability to play a given .wav file when a query finishes.  In SSMS we only have the option to play the Windows default beep.

    - Paul

    http://paulpaivasql.blogspot.com/

  • RE: Mind Your Manners

    Quite refreshing!  This is a great morale booster for all who use the site. 

    Paul

    - Paul

    http://paulpaivasql.blogspot.com/

  • RE: How can I disable a Job via TSQL

    Awesome, thanks very much. 

    - Paul

    http://paulpaivasql.blogspot.com/

  • RE: Failed to Pause Catalog - can''''t find this error anywhere!

    Don't know if this is still important to anyone, but I encountered this exact error today when trying to backup.  As in the orginal post above, my SQL server does NOT have...

    - Paul

    http://paulpaivasql.blogspot.com/

  • RE: Writing Maintainable Code

    Another good example of proper usage of comments within code is to look at some of the system stored procedures.  In the MS world, try looking at sp_get_composite_job_info located in...

    - Paul

    http://paulpaivasql.blogspot.com/

  • RE: Primary Key and Index on same column

    Very cool.  Thanks for the education, Jeff.

    - Paul

    http://paulpaivasql.blogspot.com/

Viewing 15 posts - 31 through 45 (of 52 total)