Viewing 15 posts - 1 through 15 (of 29 total)
The error message you have reported would indicate that along with "moving the server" the security policy has changed, or a dependency of the CLR procedure is missing. If...
June 6, 2014 at 9:34 pm
No, I was referring to using Windows Explorer to view the filesystem, and if you view the folder where your dumping logs to, if you have 20,000 odd files in...
June 10, 2008 at 5:47 pm
I've used the same method of dropping TLogs to the file system and having a script maintain the folders to keep a rolling 5 days of logs.
Three things I've discovered...
June 10, 2008 at 1:33 am
The links to UPDATE are to the UPDATE() function, not the UPDATE statement syntax, which is 1 line above in the index. 🙂
March 14, 2008 at 1:13 am
Matt Miller (3/13/2008)
March 13, 2008 at 10:49 pm
The need to return the EntityRef identity value from the Entity table to insert into the Address and EntityCustomAttribute table. As FK's they cannot be null, and the Key...
March 13, 2008 at 9:59 pm
I would like to keep an open mind on this but until someone can demonstrate a straight-forward example of cursors being necessary (except for the case that I cited above)...
March 13, 2008 at 9:17 pm
As the previous posters have said, you need to provide more information (DDL, sample data or at least row count in each table, complete SP) to receive any reasonable help.
You...
March 7, 2008 at 12:45 am
I would try and get rid of the order by, so you don't need to use dynamic sql, and instead let the application perform the sort based on user selection...
February 29, 2008 at 12:05 am
yes it does.
amending the above example slightly.
create table tutu (fid int constraint ix_tutu_fid primary key nonclustered )
sp_helpindex tutu
-- ix_tutu_fid nonclustered, unique, primary key located on PRIMARY
create unique clustered index...
February 28, 2008 at 11:22 pm
So a "rowtype" marker is what I said before, that there should be some defining flag/feature or if you like value or attribute that indicates that this row has different...
January 14, 2008 at 3:36 pm
And how do you know that the format has changed rather than just failed a validation, without some defining flag/feature to indicate a different type of record?
January 13, 2008 at 9:24 pm
By the way... there shouldn't be a header on fixed width output...
That depends (as per everything).
When you have logical files within a physical file, or if you prefer, batches...
January 13, 2008 at 4:04 pm
having had to do this in the past you have two choices.
Use all the pads and trims and various other things your trying to avoid doing or
build a separate application...
January 11, 2008 at 12:20 am
The technical paper on Clustering indicates that this is possible due to the obvious reasoning of TCP communications occurs on an IP and Port level. As Virtual SQL instances...
December 3, 2007 at 11:49 pm
Viewing 15 posts - 1 through 15 (of 29 total)