Viewing 15 posts - 181 through 195 (of 595 total)
That is a really bad idea.
First of all, only the sysadmin should have sa access.
Second, most accounting systems are very complex behind the scenes, and technical documentation is usually sparse....
February 6, 2009 at 6:40 am
You can install SQL 2000 Dev Edition on Vista Business RTM; I did it. No tricks or tweaks, except for being logged in with an Administrator account and with UAC...
February 5, 2009 at 4:22 pm
As Andy said, ethics has a lot of gray areas. If you look at the American Medical Association's code of ethics, there are 200 opinions attached that relate to specific...
February 5, 2009 at 8:15 am
You can install it, but the Sync Center will make you nervous
February 5, 2009 at 6:36 am
As Brad said "it really is down to SQLServerCentral.Com to take the lead, and create a code of ethics using the input of the largest DBA community on Earth"
February 5, 2009 at 6:16 am
I had used SSMA to convert my database, and the Memo fields were converted as nvarchar(max) & the full data was moved over, but Access could only see the last...
February 1, 2009 at 10:40 am
In my experience, the SQL Native Client performs much faster than the old provider. I would recommend having the admins install the Native Client on your user PC's.
February 1, 2009 at 10:34 am
gabe,
By default Access runs queries in a transaction, so it uses 2x the space that you would expect it to.
First, try setting your query property UseTransaction = No
If that doesn't...
February 1, 2009 at 10:20 am
Take a look at this article, it shows how to invoke the Windows screen saver with the password prompt:
Starting a Screen saver using VB6 code - Visual Basic - Source...
February 1, 2009 at 10:11 am
Pedro,
You can use this in your query to convert each month / year to the 1st day of the month / year:
DateSerial([YearField],[MonthField],1)
That function returns a date, so you could use
WHERE...
February 1, 2009 at 9:53 am
Charles, I also looked at my old versions & my skill set included WordPerfect and Quattro Pro. I forgot what those are 🙂
January 30, 2009 at 12:49 pm
Congratulations to Steve & the SSC team!
This is a great place to give & get advice and exchange ideas.
January 29, 2009 at 5:42 pm
That is your safety net. SSMA renames the original tables, so if anything in the conversion fails then you have the option of deleting the links & renaming the tables...
January 29, 2009 at 5:30 pm
Hyperlinks get converted to text, so you have to go into the Access app & change the controls back to hyperlinks.
Memo fields are converted to nvarchar(max) and all the data...
January 28, 2009 at 5:10 pm
We are wrapping up a project converting an Access 2003 db to SQL Server 2005, and the SSMA does a great job with a few minor exceptions.
The key to a...
January 28, 2009 at 5:57 am
Viewing 15 posts - 181 through 195 (of 595 total)