Forum Replies Created

Viewing 15 posts - 1 through 15 (of 22 total)

  • RE: Hierarchies on Steroids #1: Convert an Adjacency List to Nested Sets

    this is my stab at nested set. i generate on every set of the table.

    i am looking to refactor and trim it down at some point.

    if this is any help...

  • RE: Bulk Insert Use a format file stored in SQL

    Cheers for that answer is helpful. I have used SQLBulkCopy to load from an MSMQ and the performance was really good.

  • RE: Bulk Insert Use a format file stored in SQL

    Thanks for the advise.

    I am going to stick with the cmdshell.

    I apprecieate the whole anti-pattern situation but unfortunately if i am going to use SSIS i will be writing outside...

  • RE: Bulk Insert Use a format file stored in SQL

    Hi There

    Not very helpful as SSIS still asks for a file as the format file.

    So you still have the format file on the drive.

    Also SSIS packages are outside of the...

  • RE: Install Issues

    Hi Thanks for your reply.

    Not sure what happened but we downloaded some new media from the volume licensing site and it worked fine.

    Thanks for your advice and that would have...

  • RE: SSRS 2008 Parameter requirement.

    I thought that might happen Maddy fiddling with the code can be really good but you usually fall flat on you a**e regularly.

    Another option would be to combine the two...

  • RE: Install Issues

    Hi Yes

    I have tried all of these (daemon magic and virtual drive) and on my pc i have tried using the actual disc.

    The problem only occurs on the servers and...

  • RE: SSRS 2008 Parameter requirement.

    You could put an Expression around the possible values.

    And use the value of the other parameter to define the possible values.

    And then do not present any options.

    Potentially you could write...

  • RE: SQL mail and Certificates in Active directory

    I have also made sure that the agent and server accounts both have visibility of the cert by logging onto the box and checking mmc to see if the certs...

  • RE: DB Mail and Backups

    Have you looked in your maintenace plan for a notify operator task.

    Delete this and you shouldn't get any more emails.

  • RE: Error during SQL 2008 system databases rebuilt operation

    Hi there

    I tried to change a collation of a sql a while ago.

    I didn't have any luck doing it.

    Eventually i just got my mdf ldf files and migrated them to...

  • RE: Table Relationship Design Question

    I would only imagine you would want to do this if you could quantify your seperate cross references against each other.

    e.g. if a document had a monetery value and so...

  • RE: Error during SQL 2008 system databases rebuilt operation

    When is that error thrown?

    What was the aim of your rebuild?

    Where you trying to change collation?

    Sorry for the questions

  • RE: Hello friends !!!

    Hi

    I am also finidng it hard to see what you are trying to achieve.

    You can add totals to you selects using "with rollup" or "with cube"

    hope this helps.

  • RE: Large, high volume database

    How many distinct values do you have for the following fields ?

    [Activity] [varchar](512) NULL,

    [Username] [varchar](50) NOT NULL,

    [GroupName] [varchar](50) NULL,

    [CallerID] [varchar](50) NULL,

    [EventMsg] [varchar](50) NULL,

    [NASIPAddress] [varchar](50) NULL,

    [AccessDevice] [varchar](50) NULL,

    [NetworkDeviceGroup] [varchar](50) NULL,

    [ActivityID] [varchar](50)...

Viewing 15 posts - 1 through 15 (of 22 total)