Viewing 14 posts - 1 through 15 (of 15 total)
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
July 17, 2013 at 6:54 am
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
December 24, 2012 at 3:18 am
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
December 21, 2012 at 10:12 am
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
July 26, 2012 at 9:01 am
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
July 26, 2012 at 5:25 am
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
May 13, 2012 at 9:11 am
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
April 6, 2012 at 3:16 am
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
December 26, 2011 at 7:06 am
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
August 19, 2011 at 11:25 am
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
August 19, 2011 at 10:11 am
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
August 19, 2011 at 6:14 am
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
August 19, 2011 at 5:45 am
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
July 22, 2011 at 1:30 am
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
August 19, 2009 at 1:52 am
Viewing 14 posts - 1 through 15 (of 15 total)