|
Sawmill Discussion Forum
Sql Server [View All],
scottmss , 12:26 PM, Aug-09-04, (0)
- RE: Sql Server,
shimon
, Aug-17-04, 00:38 AM, (1)
- RE: Sql Server,
ferrar
, Aug-27-04, 03:11 PM, (2)
- RE: Sql Server,
MartinM
, Nov-02-04, 01:59 PM, (3)
- RE: Sql Server,
ferrar
, Nov-02-04, 04:56 PM, (4)
- RE: Sql Server,
TRS
, Dec-30-04, 09:49 AM, (5)
- RE: Sql Server,
ferrar
, Dec-30-04, 10:54 AM, (6)
- RE: Sql Server,
Peter Grande
, Jan-17-05, 09:03 AM, (7)
- RE: Sql Server,
ferrar
, Jan-17-05, 08:17 PM, (8)
- RE: Sql Server,
Craig
, Jan-18-05, 04:04 AM, (9)
- RE: Sql Server,
ferrar
, Jan-19-05, 09:36 PM, (10)
- RE: Sql Server,
azarc, Jan-20-05, 09:15 PM, (11)
- RE: Sql Server,
ferrar
, Jan-20-05, 10:06 PM, (12)
- RE: Sql Server,
cpcman
, Jan-23-05, 01:01 AM, (13)
- RE: Sql Server,
ferrar
, Jan-23-05, 10:31 PM, (14)
- RE: Sql Server,
Rich D.
, Jan-25-05, 12:35 PM, (15)
- RE: Sql Server,
Rev
, Jan-25-05, 08:03 PM, (16)
- RE: Sql Server,
Tariq Rahman
, Jan-26-05, 05:39 PM, (17)
- RE: Sql Server,
Steve
, Jan-26-05, 08:32 PM, (18)
- RE: Sql Server,
ferrar
, Jan-26-05, 09:44 PM, (19)
- RE: Sql Server,
ferrar
, Jan-27-05, 11:22 AM, (20)
- RE: Sql Server,
MartinM
, Mar-16-05, 11:24 AM, (23)
- RE: Sql Server,
dgilmore
, Mar-16-05, 02:18 PM, (24)
- RE: Sql Server,
njudge, Jan-19-06, 03:23 PM, (30)
- RE: Sql Server,
dgilmore
, Jan-20-06, 05:04 PM, (32)
- RE: Sql Server,
pete
, Feb-25-05, 02:43 AM, (21)
|
 |
MartinM

unregistered user
|
Nov-02-04, 01:59 PM (PDT) |
|
|
3. "RE: Sql Server"
In response to message #2
| |
>Our roadmap includes a plan to support Oracle in the next >6-12 months, and MSSQL in the next 6-12 months after that. Well...I am going to speak out on this one. I for one would like to see MS-SQL sooner then later. |
|
|
Alert | IP |
Printer-friendly page | Edit |
Reply |
Reply With Quote | Top |
|
|
|
 |
Craig

unregistered user
|
Jan-18-05, 04:04 AM (PDT) |
|
|
9. "RE: Sql Server"
In response to message #8
| |
I run MS-SQL server on some of our machines. It would give me some extra control to build the stats in an SQL database. But I'd rate this feature below improving the ability to edit statistics views and filters easily. |
|
|
Alert | IP |
Printer-friendly page | Edit |
Reply |
Reply With Quote | Top |
|
|
|
 |
|
 |
Rich D.

unregistered user
|
Jan-25-05, 12:35 PM (PDT) |
|
|
15. "RE: Sql Server"
In response to message #14
| |
I was looking into Sawmill as an option and I was searching the forum for something about MS SQL 2K as the application's backend. So far I really like the product however I will have to wait until MS SQL 2K is available as a backend as well as a log source. I guess in version 8?? |
|
|
Alert | IP |
Printer-friendly page | Edit |
Reply |
Reply With Quote | Top |
|
|
|
 |
Steve

unregistered user
|
Jan-26-05, 08:32 PM (PDT) |
|
|
18. "RE: Sql Server"
In response to message #17
| |
I run several custom applications using ms sql as the backend, sawmill could be a very useful too for our developers and IT staff. The number of post requesting this should put this close to the top of the list. Also what is the priority list? Can we see it? |
|
|
Alert | IP |
Printer-friendly page | Edit |
Reply |
Reply With Quote | Top |
|
|
|
 |
ferrar
Member since Sep-5-01
3687 posts |
Jan-26-05, 09:44 PM (PDT) |
 |
19. "RE: Sql Server"
In response to message #18
 |
Wow, what a flurry. I've updated the priorities of these features (MS SQL as back-end database, and SQL Log Source). I should mention in passing that SQL Log Source is available to the adventurous programmer -- all you need to do is write a script which accesses the SQL server, and dumps the log data from there to the standard output stream, formatted as W3C data (like the text logs IIS normally generates). Then use that script as a Command log source, and you've implemented the feature. When we implement it, we'll probably integrate it into Sawmill, but for now it can be done manually if you have SQL and scripting experience. However, MS SQL as Backend Database is much, much harder. We're still tuning and fixing our MySQL implementation, and it would be somewhat foolhardy of us to begin implementing another database before that's done. I think we're pretty close on that -- we're doing one last revision to the scheme and we'll probably lock it down and turn our attention to Oracle, or maybe MS SQL. Oracle was the "natural" next step for us after MySQL because it seems to be the industry standard for a Enterprise database, and SQL is currently available only in Sawmill Enterprise. But given the amount of interest in MS SQL, I'm wondering if we would be better to implement that first. We don't have much of an idea how hard either will be -- in theory, they should be easy, because we already have all the SQL queries put together as part of the MySQL implementation, so it should just be a matter of dealing with the different connection types, and tuning the syntax for the differences between servers. But in practice, I think it will be much harder than it sounds. I'm going to open up an internal conversation on this again, to see if MS SQL might really be the best choice for our "second" database. The To Do List is an internal list which we maintain -- we don't currently have a public version. Roughly speaking when the first person requests a feature, we add it to the list (which is about 300 items long right now), and give it priority 1. Additional requests bump the priority up by two, so it goes 1, 3, 5, 7, 9 (I'm not sure why it goes by two...). Once it passes 9, priority is set to 10 and in theory we implement it in the next major release. To continue to gauge interest, we keep bumping the number up as more requests arrive, to 11, 12, etc. For comparison, there are 13 priority-10 items, six priority-11 items, two priority-12 items, and nothing above that, except for MS SQL, which is now priority-16. The expected difficulty of the feature makes me reluctant to consider it in Sawmill 7 -- it seems like the sort of thing that should really be in v8 -- but we'll see what's possible. I should mention that we do have an official "pay-for-priority" policy where in theory, *any* feature can be requested for immediate implementation, for a fee. A feature of this magnitude would have a king-sized pay-for-priority fee, and still would take months to implement, but if some's just DYING to see this in Sawmill, and has some cash to burn making their dream come true, email me at ferrar@flowerfire.com and I'll put together a quote. Maybe you could all chip in.... |
|
|
Alert | IP |
Printer-friendly page | Edit |
Reply |
Reply With Quote | Top |
|
|
|
 |
|
 |
MartinM

unregistered user
|
Mar-16-05, 11:24 AM (PDT) |
|
|
23. "RE: Sql Server"
In response to message #19
| |
I am happy to see the priority changed. I have been having numerous problems keeping my Exchange DB(Sawmill) up and running with SawMill. Our E2k log files are averaging around 500 Megs a day. Sawmill seems to be happy until we approach 7-10 days of logs then it start erroring out. SQL support should help elminate this problem. Thanks BTW: IT people seem to have much more free reign with MS-SQL implementation then choosing any other product. Personally, I can not choice IBM DB2 or Oracle on a window server without jumping through many flaming hoops. MS-SQL is very easy as there are really no guidelines set around deployment.
|
|
|
Alert | IP |
Printer-friendly page | Edit |
Reply |
Reply With Quote | Top |
|
|
|
 |
|
 |
njudge
Member since Oct-26-05
6 posts |
Jan-19-06, 03:23 PM (PDT) |
|
30. "RE: Sql Server"
In response to message #12
| |
I know you've already moved the priority up but I'll put my vote in for MSSQL anway.It'll let me run reports combining log data with our transactional stuff very easily and allow us to move the database onto our cluster which has a lot more power available.
|
|
|
Alert | IP |
Printer-friendly page | Edit |
Reply |
Reply With Quote | Top |
|
|
|
 |
|
 |
|
 |
|
 |
|
 |
|
 |
|
 |
|
 |
|
 |
CPCMAN

unregistered user
|
Feb-12-06, 06:42 AM (PDT) |
|
|
33. "RE: Sql Server"
In response to message #31
| |
I just wanted to bring an idea I am having about the implementation of using ODBC into sawmill. You will be giving users the ability to easity access data froma lot from sources. I think this will lead to a lot "custom log" support work. Since FlowerFire now charges for this type of work, I would like to strongly recommend that the feature be put along side the sql priority in the dev list http://www.sawmill.net/dcforum/DCForumID4/192.html>I really think a field mapping engine slash scheme definiation wizzard will be a extremely popwereful tool for users to define and map the data they want to leverage sawmill to produce reports. I regoinize the great owr that has been done to the new profiel wizzard and I do not see this mapping tool as a replacement at all but rather a power user type tool maybe even a seperate tool. This could at least improve the ability of your cutsomers to get some of these data sources operational in sawmmill without exta cost. Of course custom dev work will always be needed,but right I feel that as a customer I'm helpless but to call support each time. |
|
|
Alert | IP |
Printer-friendly page | Edit |
Reply |
Reply With Quote | Top |
|
|
|
 |
ferrar
Member since Sep-5-01
3687 posts |
Feb-14-06, 09:57 PM (PDT) |
 |
34. "RE: Sql Server"
In response to message #33
 |
We had planned to create a "log format wizard" in Sawmill 8, but we've moved the ship date forward from end-of-2006 to middle-of-2006, and that wizard is such a large bit of work that it will probably have to wait until Sawmill 9 (middle of 2007?). On the bright side, we've done a *lot* of work in the past six months to make log format plug-in creation easier: 1. There is a major new chapter in the Technical Manual describing plug-in creation in great detail, with examples. 2. Plug-ins are much simpler than they were a year ago, thanks to a lot of work on "default" values, especially in log fields and database fields, so it is usually sufficient to just list a field name in the fields list, without giving it any of the half-dozen attributes that previously had to be included; the attributes will be chosen reasonably for you. Number 1 especially functions as a basic "log format wizard"; it can be used by moderately technical users to create custom plug-ins without our assistance. Number 2 eliminates a lot of the aggrevation that used to accompany plug-in creation. Having created at least 300 plug-ins myself, I can definitely say that there is a world of difference between plug-in creation now, and one year ago. I should also point out that you don't have to create a plug-in at all if you have control over the log format; just make it CSV, or W3C, and use the existing "generic" CSV or W3C plug-in, and it will import if automatically. This may be the simplest approach in most cases. Programmers who don't want to learn Sawmill's environment can create programs in their favorite language which convert a particular format to W3C, for instance. The wizard still is high on our list; but it probably won't make it in v8. ODBC is working now in the v8 pre-release, and that's important enough that we want to get v8 stable and out the door as soon as possible. |
|
|
Alert | IP |
Printer-friendly page | Edit |
Reply |
Reply With Quote | Top |
|
|
|
 |
|
 |
ferrar
Member since Sep-5-01
3687 posts |
Feb-16-06, 05:53 PM (PDT) |
 |
36. "RE: Sql Server"
In response to message #35
 |
If you have Premium Support, it will be a free upgrade. If you don't, it will be a reduced-cost upgrade. In the past, upgrading from a previous version has been 25% to 50% of the full price. So if you upgrade to a $1000 Sawmill 8 license, it will probably cost between $250 and $500. There will be a "grandfather" period where people who buy v7 will get v8 free if it ships just afterward; that period has been typically been 3 months, so if we do that again, and Sawmill 8 ships July 1, those who buy Sawmill 7 after April 1 will get it free. This is not guaranteed; first, we don't know for sure when it will ship, and second, we don't know how long the grandfather period will be for v8 yet.
|
|
|
Alert | IP |
Printer-friendly page | Edit |
Reply |
Reply With Quote | Top |
|
|
|
|
|