Forum Replies Created

Viewing 15 posts - 1,291 through 1,305 (of 2,010 total)

  • RE: Reporting Services Option Grayed Out

    Also make sure that your IIS services are started, not just installed.

    -Luke.

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Reporting Services Option Grayed Out

    You definately do not need another license. It's included with the SQL server license.

    Are you sure that you have IIS installed? it would not be by default on...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Replicating for testing in remote site

    If I remember correctly log shipping wouldn't really work so well for this circumstance as you'd need to keep the remote db in the restoring state for log shipping to...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Remove AdventureWorks from SQL Server 2005 Developer

    I'm guessing you've already tried a reboot? If not, perhaps there is something leftover from the initial install that was hung up pending a reboot.

    You have no...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: loading table using select into and refresh it daily

    If you really want to use Select into, You could drop your table and recreate it with Select INTO and then add the appropriate indexes. You can schedule this...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Identity Field

    I'm guessing since you're posting here that this is an access front end with SQL backend?

    why not create a form that when they click new(perhaps it opens a new form...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: monitor table and invoke stored procedure if any inserts happens in that table using notification service

    Why not just create an After Insert trigger directly on the table. Why even deal with Service Broker?

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

    -Luke.

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: report layout- creating header & linking it with body

    You definately can have 2 tables on the same page... I actually have a report that has 10 or so tables in the same page.

    You could do this...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: I can't connect sql server 2000

    Is it truly available during those busy times? I'd suggest trying to figure out exactly what is causing your performance issues as it seems that the server may be...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: query runs much faster with windows authentication

    Which one did you run first? Perhaps the faster one is the second one and most of the data as well as the execution plan are already cached in...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Managing Transaction Logs

    What happens when "the db's broke" and you can't run a log backup? Say for instance if you lose a disk controller, or disks or a fire engulfs your...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Managing Transaction Logs

    Nice Article Gail, I did have one question though. Perhaps it's just me but it's been something I've seen here at SSC a few times in recent months...

    what was...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Tempdb becomes massive due to huge data moving operation

    Removing the dups would probably be a good idea as that x number rows less you have to deal with. You could even do something like a Select Distinct...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Tempdb becomes massive due to huge data moving operation

    you may have some better luck if you remove the derived tables. If I remember correctly, when using a derived table as you are in your join statement in...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Sintax error in a code to get weekly data

    current_date and sysdate are not functions in SQL server. are you porting this code from another platform, or are those udf's or CLR functions or something else? This...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

Viewing 15 posts - 1,291 through 1,305 (of 2,010 total)