Forum Replies Created

Viewing 15 posts - 106 through 120 (of 137 total)

  • RE: log shipping rights

    Oh, now I see. You must only be shipping your user defined database. You will have to ship the master database in order for the user names...

  • RE: log shipping rights

    I'm guessing you have this setup as a database maintenance plan? I'm guessing you log ship on a schedule. One possible solution would be to schedule a job...

  • RE: MCDBA certification process

    Thanks for the response pbirch. Did you take any of the classes or mainly self study? I'm supposed to take another class in a couple weeks, but I'm...

  • RE: storing disparate products in a database

    I would recommend maybe a product component table. This would be a 1 to many relationship that can tie additional components to a given product. This table could...

  • RE: GROUING function

    I see the grouping as something that would benefit scripts or programs that access the result set. The grouping column in the example would allow you to format a...

  • RE: My SPs are gone!

    That's strange. I don't have any other ideas. It just seems security related but not if it was created under db owner account. Did you try viewing...

  • RE: Duration column in SQL Profiler. App Performance

    I would contact the software vendor and tell them the list of stored procedures that are taking over 2 seconds. Unless these are massive procs they shouldn't be taking...

  • RE: Importing and changing data

    I got this to work by using a transform VB Script function. Click on the transform button in the DTS import wizard and use the following script. ...

  • RE: No out from function

    Do you not get any rows or just the function field that is empty? Does the customer always have a note? You could try an outer join to...

  • RE: My SPs are gone!

    Where the stored procedures created using dbo user? That's the only thing I can think of is that they were created under a user name that doesn't have access...

  • RE: How to write fast insert statement

    If you set your recovery mode to "Bulk-Logged Recovery" then select into statements as well as BCPs will be minimally logged compared to Full recovery. This would minimize your...

  • RE: how to export cube to excel

    Did you try using DTS by defining a source that is a cubed query?

    Darren

  • RE: Error: Execute Query function

    Is this VB app something you are developing? If so send me the code that displays this error. I've seen this error when it's trying to execute a...

  • RE: Sql server event id i cant figure out.

    Go to Enterprise Manager and look at the Jobs currently scheduled. You must have a Maintenance Plan job that is running these backups. Is your SQLServerAgent service runing?...

  • RE: WScript in vbscript activex task

    The other way to wait in VB is to loop using a timer. You should be able to find examples in help. You loop while a certain time...

Viewing 15 posts - 106 through 120 (of 137 total)