Viewing 15 posts - 35,911 through 35,925 (of 39,720 total)
Also keep in mind that putting multiple apps gives the vendors the opportunity to point fingers at each other and slow your support.
Steve Jones
http://www.sqlservercentral.com/columnists/sjones
The Best of SQL Server Central.com 2002...
September 9, 2003 at 5:16 pm
The retrieval is like any other image data, you get it. To get the size, your client needs to understand that this is image data so you need to somehow...
September 9, 2003 at 5:07 pm
I don't think there is a way to know this after the fact. Possibly Log Explorer from Lumigent could get this info.
Steve Jones
http://www.sqlservercentral.com/columnists/sjones
The Best of SQL Server Central.com 2002 -...
September 9, 2003 at 5:05 pm
Nothing I know of, but shouldn't be too hard to script.
Steve Jones
http://www.sqlservercentral.com/columnists/sjones
The Best of SQL Server Central.com 2002 - http://www.sqlservercentral.com/bestof/
September 9, 2003 at 5:04 pm
Not sure. haven't seen it, but I might be tempted to burn a call to PSS if I had a contract.
Steve Jones
September 9, 2003 at 10:46 am
Delarative Referential Integrity. Means you have FK reference permissions needed.
Steve Jones
September 9, 2003 at 10:44 am
Haven't done it in awhile, but should be pretty smooth. Course I've got to do one next week, so if anything happens, post it here. ![]()
Steve Jones
September 9, 2003 at 10:40 am
September 9, 2003 at 10:39 am
It happens, I know it's happened to me. All you can do is document and voice your concerns as a CYA and deal with it the best you can.
Let us...
September 9, 2003 at 10:36 am
SQL will leave memory for the OS, but the deallocation and reallocation can be (relatively) slow sometimes. If you have concerns or issues, you should set it.
Hard to determine exactly...
September 9, 2003 at 10:34 am
I think that you want to setup the transform as anm ActiveX task and then use the CHR() function in the VB Script.
Steve Jones
September 9, 2003 at 10:08 am
I'd use roles, transfer the permission to the role and grant to both users.
Steve Jones
September 9, 2003 at 10:04 am
This is always a little kludge and I haven't seen any great ways to do it. Embarkadero's ER/Studio would do some as would one of FMS Software's products. Not sure...
September 9, 2003 at 10:03 am
The alter statement will not update a date, but it will update the base_schema_ver. You'd have to know the previous versions, but this goes up by 16 with each ALTER.
Steve...
September 9, 2003 at 9:57 am
Frank is correct. There is no benefit to the order of the tables in the statement. This is different from Oracle I believe.
The optimizer considers the request and may reorder...
September 9, 2003 at 9:55 am
Viewing 15 posts - 35,911 through 35,925 (of 39,720 total)