Forum Replies Created

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

  • RE: Localisation and SQL 2012 deployment

    Hi Roy,

    Checked that and its not a problem.

    For the time being (since this is invoked from the c#) I have got the builtin\administrator group via the SID

    string myAdminAccount = new...

    I work for 1st Consulting, a small ISV based in the UK. We build web and desktop applications using the MSFT stack. Find us at www.1stconsulting.biz

  • RE: big table insert advice

    Hi,

    a while ago I had to create an environment copy for a large database at a client site.

    I tried several methods to copy the large tables, but the one which...

    I work for 1st Consulting, a small ISV based in the UK. We build web and desktop applications using the MSFT stack. Find us at www.1stconsulting.biz

  • RE: Azure SSRS pricing

    Hi,

    just saw your post and thought I'd add my agreement to this - its not in proportion to the SQL side of things.

    For us, given the low volume of report...

    I work for 1st Consulting, a small ISV based in the UK. We build web and desktop applications using the MSFT stack. Find us at www.1stconsulting.biz

  • RE: Using SMO 2012 to trouble shoot support issues

    Hi Derek,

    I dont think I would use SMO for general "day to day" tasks.

    However, if you are looking to automate operational tasks or integrate from a line of business application...

    I work for 1st Consulting, a small ISV based in the UK. We build web and desktop applications using the MSFT stack. Find us at www.1stconsulting.biz

  • RE: Using SMO 2012 to trouble shoot support issues

    Hi Rich,

    sure it would!

    However, like I said at the bottom of the article, it was a little contrived to highlight certain parts of SMO.

    Cheers

    Peter

    I work for 1st Consulting, a small ISV based in the UK. We build web and desktop applications using the MSFT stack. Find us at www.1stconsulting.biz

  • RE: Replication and latency issues

    Hi guys,

    thanks for the replies.

    It looks like we are going to go down the Azure route with mutiple apps deployed to different data centres. Given the cost of servers...

    I work for 1st Consulting, a small ISV based in the UK. We build web and desktop applications using the MSFT stack. Find us at www.1stconsulting.biz

  • RE: A Question on Change Tracking & Replication

    Hi Gary,

    Looking at your scenario a couple of key points came out

    1) Change data

    2) Schema changes

    3) Replication

    This sounds like synch services to me as you can

    1) Replicate in groups...

    I work for 1st Consulting, a small ISV based in the UK. We build web and desktop applications using the MSFT stack. Find us at www.1stconsulting.biz

  • RE: Database Designing issue

    Hi ,

    Looking at what you are up to, I would plumb for a single product table with additional attributes supported by additional tables.

    The reason why I would do this is...

    I work for 1st Consulting, a small ISV based in the UK. We build web and desktop applications using the MSFT stack. Find us at www.1stconsulting.biz

  • RE: Sending message to SQL Server 2008

    Hi Steve,

    The following is the code snippet in C#

    "myJob.DeleteLevel = CompletionAction.OnSuccess;"

    In terms of the wider picture, you are right the actual usage depends on the type of operations the...

    I work for 1st Consulting, a small ISV based in the UK. We build web and desktop applications using the MSFT stack. Find us at www.1stconsulting.biz

  • RE: Sending message to SQL Server 2008

    Hi Steve,

    nope ! There is a nice little flag which says "delete on sucess" 🙂

    So the only ones that are left are the ones that are a problem...

    I work for 1st Consulting, a small ISV based in the UK. We build web and desktop applications using the MSFT stack. Find us at www.1stconsulting.biz

  • RE: Database design questions

    Hi,

    I have skimmed your post and Evil Kraig F is pretty much bang on - with one exception.

    What you are trying to do is not standard a standard...

    I work for 1st Consulting, a small ISV based in the UK. We build web and desktop applications using the MSFT stack. Find us at www.1stconsulting.biz

  • RE: Sending message to SQL Server 2008

    Hi,

    not sure how much coding you want to do, but we create an agent job "on the fly" using SMO and through the creation change the user parameter.

    Take a look...

    I work for 1st Consulting, a small ISV based in the UK. We build web and desktop applications using the MSFT stack. Find us at www.1stconsulting.biz

  • RE: Never ending changes

    Hi rootfixxxer,

    I think you have two choices for this:

    1) Put the time name into the time table

    2) Create a new table for the project time types

    I have used...

    I work for 1st Consulting, a small ISV based in the UK. We build web and desktop applications using the MSFT stack. Find us at www.1stconsulting.biz

  • RE: SLOW Queries... ready to pull my hair out.

    Hi,

    when you say that you have created indexes for the key fields, is this over the view or the table?

    I have found that you need to index the view to...

    I work for 1st Consulting, a small ISV based in the UK. We build web and desktop applications using the MSFT stack. Find us at www.1stconsulting.biz

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