Viewing 15 posts - 31 through 45 (of 75 total)
I have to say though I do find it takes longer and the tools arent nearly as good (even in the newer versions e.g. sql 2005) to craft stored procedures...
August 22, 2007 at 9:47 am
Im with the stored procedure side as well - especially as my systems grow into several different front end technologies, I like to centralise the business logic so its written...
August 22, 2007 at 6:24 am
I had a similar problem with a query that was being run in a ms access front end vs. me trying it directly on sql server. Access was taking 30...
May 8, 2007 at 2:45 am
I applied the sp2a (as instructed), it gets 1/2 way through updating the database engine files and hotfix.exe crashes. Lovely
Going through the documented...
March 7, 2007 at 4:04 am
"I see that the number of bad managers has been increasing in recent years. Is this my imagination or has there been a change for the worse?"
In my experience, its...
January 16, 2007 at 7:23 am
a developer friend of mine works for a very large company
they spent a long time and much money converting all of their systems and data handling to use xml instead...
July 28, 2006 at 8:40 am
you could also keep using access, but start moving over functionality and application logic directly onto SQL server itself.
That way you can lock the data down at source, rather than...
February 24, 2006 at 7:23 am
i normally do it using faster direct sql access, but sometimes the ms access way is quicker and easier to get a job done in very short space of time...
February 24, 2006 at 4:20 am
good man
i think macros should be banned.
*shivers in horror at some of the access systems hes had to debug someone else has written...
February 23, 2006 at 2:56 am
cant you just not use macros?
use code instead?
martin
February 23, 2006 at 2:23 am
sounds to me like your access is independant of the problem, the calling a SP from inside another SP is purly sql server, so don't worry about the access bit.
If...
November 2, 2005 at 2:35 am
I was going to say as well, shouldnt it be </features> at the end? So what would the result be with that error! I thought it would be `0` due...
November 2, 2005 at 2:28 am
can you give them access to the data via a view instead of the table directly?
you might be able to do something with that!
martin
October 26, 2005 at 2:53 am
there has recently been another thread on fixing problems with access databases, you might liek to check that out
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=131&messageid=227550&p=1
martin
October 21, 2005 at 3:47 am
you can also physically limit them from typing in more than a specific number of characters on the fly
you need to stick a line of code on each control you...
October 14, 2005 at 4:51 am
Viewing 15 posts - 31 through 45 (of 75 total)