Viewing 15 posts - 256 through 270 (of 323 total)
Just for the record, I have discovered about MS Access Projects as opposed to database and I really like what I see!
March 21, 2010 at 8:32 am
I think I'll give MS Access a shot because my initial requirements are extremely simple.
It's an initial job with a new customer and I might change the front-end later to...
March 18, 2010 at 12:48 pm
Good question
I develop using sql 2008 but I work on various projects, most are 2005 while some are 2008.
Because I like intellisense, I try to work with 2008 databases regardless.
Once...
February 11, 2010 at 3:31 am
Interesting...
It started dumping when I restored one database... and it seemed to stop when I dropped it again.
There is nothing I can't regenerate in that database so I'll see how...
February 11, 2010 at 3:02 am
Good news!
I removed all of sql 2008, reinstalled my Developer version, upgraded with sp1 and it's doing it again!
Am I not lucky!?
Attached is my nice latest dump.
I can't see anything...
February 11, 2010 at 2:36 am
Sorry, I already zapped everything, I only kept db backups :blush:
February 10, 2010 at 9:33 am
Alzdba
Thanks for the interesting link but mine is a named instance and I can't figure out the command to start it as it keeps complaining about bits and bobs.
I suppose...
February 10, 2010 at 6:50 am
This is my workstation and I am not aware of any application accessing the database.
I have stopped Sql Server Agent and Sql Server, then only restarted SQL Server.
Dumps are still...
February 10, 2010 at 6:11 am
I forgot to mention that I think impracticle to create a database role per user... as we have a few thousand users
February 3, 2010 at 7:06 am
In our context I can't really do this because we may have several instances of the software on one box, hence file paths are dangerous.
I tried to pass it as...
January 26, 2010 at 1:51 am
I fear you might be right... :crying:
January 13, 2010 at 1:00 pm
I was mostly intrigued by the fact that the trace had 450,000 entries for just one run, not really about the actual run/performance
I can't change much if any in that...
January 8, 2010 at 7:47 am
Unfortunately, the proc is a little bit too complicated... but I have extracted the worst dynamic sql it generates
INSERT [MSCS_CatalogScratch].dbo.[CtlInv___CategorySearch___SortedResults__for_spid__58](#TmpCatalogoid#,rank,#TmpCatalogName#, FreeTextSearch_Rank,InventoryCondition,#Inv_SkuOid#)
Select A.#TmpCatalogoid#, B.rank, A.#TmpCatalogName#,NULL AS FreeTextSearch_Rank, P.InventoryCondition, P.SkuOid
FROM (
SELECT...
January 8, 2010 at 3:27 am
That was pretty much our case... No budget, sql 32 bits and os 64...
But now, we'll definitely go for sql 2008 64.
A little bit of testing... and here we go!
November 9, 2009 at 1:36 am
Viewing 15 posts - 256 through 270 (of 323 total)