Viewing 15 posts - 1 through 15 (of 22 total)
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...
November 11, 2013 at 7:55 am
Cheers for that answer is helpful. I have used SQLBulkCopy to load from an MSMQ and the performance was really good.
May 30, 2012 at 4:33 am
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...
May 30, 2012 at 3:42 am
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...
May 28, 2012 at 6:26 am
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...
April 19, 2012 at 6:50 am
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...
April 17, 2012 at 6:59 am
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...
April 17, 2012 at 6:45 am
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...
April 17, 2012 at 6:09 am
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...
March 13, 2012 at 6:01 am
Have you looked in your maintenace plan for a notify operator task.
Delete this and you shouldn't get any more emails.
January 6, 2012 at 3:21 am
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...
January 6, 2012 at 3:18 am
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...
January 6, 2012 at 3:01 am
When is that error thrown?
What was the aim of your rebuild?
Where you trying to change collation?
Sorry for the questions
January 6, 2012 at 2:46 am
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.
January 6, 2012 at 2:32 am
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)...
January 5, 2012 at 9:41 am
Viewing 15 posts - 1 through 15 (of 22 total)