May 3, 2005 at 6:44 am
I'M NEW TO THIS...
HAVE MSACCESS DATABASE SPLIT INTO DATABASE AND DATABASE_BE. GETTING TOO BIG FOR ACCESS. WANT TO PUT THE BACK END INTO SQL SERVER AND USE THE FRONT END TO MANIPULATE, ETC.
HOW DO I GET THE BACK END INTO SQL SERVER?
THANKS =)
May 3, 2005 at 7:06 am
http://msdn.microsoft.com/sql/default.aspx?pull=/library/en-us/dnsql2k/html/sqlbackend.asp
http://www.support.microsoft.com/?scid=kb;en-us;237980
http://support.microsoft.com/default.aspx?scid=kb;EN-US;884457
http://support.microsoft.com/default.aspx?scid=kb;EN-US;241743
should get you going. A search here in the fora might also be helpful.
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
May 3, 2005 at 8:10 am
Pretty easy to DTS the data into your SQL Server and link to it through Access (ODBC).
July 16, 2005 at 2:41 pm
Better do it with a copy first when you have plenty of free time. Things are about to get real different.
December 29, 2005 at 9:37 am
I would like to see some sample MS SQL server standards documentation writing guides or similar...Any guidance in that area would be idea...Also, product review to assist the newbie in different dB task would be awesome...like telling newbies about SQL Compare, etc...
Thanks,
Christine
Aurora
January 27, 2006 at 5:37 am
All thats here is very useful hope u keep updating this....
February 13, 2006 at 9:32 am
Thanks for all the information. It sure is very helpful to me.
I just start my job as SQL developer in a small company and I find out they don't have a DBA. My boss said the company was too small and could not afford a full time DBA so he expected all developers to learn to be a DBA. Even though I found it was very overwhelming at first to be a developer and DBA at the same time, now I find it very exciting. There is so much to learn and there is not a boring moment at work.
February 15, 2006 at 3:27 am
THE RESPONSIBILITY OF DBA IS LARGE.
YOU CAN BUY SOME GOOD BOOKS TO START YOUR Journey.
Care fully read all the aspects?
March 20, 2006 at 9:17 am
Hi,
Kindly can you help me for the follownig question...
Whenever a user inserts a record into database(sqlserver), i want to write one trigger such that it fires on a particular date(suppose on sunday) and all the records which have been inserted from monday to saturday should be updated to the server on sunday when the trigger fires.
Please suggest me
Thanks in advance
Best Regards
March 23, 2006 at 3:37 pm
Dumb Question: Can someone direct me to something that tells me how to set up Windows XP to work with SQL. When I click on Query, up junps a box wanting a server name, etc. Where do I get that?
September 1, 2006 at 7:12 am
March 20, 2007 at 1:08 pm
I'd like to see a dummy's guide to assigning permissions to a (new) view for a new user. In particular, defining the logon, creating a group, adding needed permissions for tables/views in other dababases referenced by the view.
I look forward to your beginning administrators material.
April 26, 2007 at 9:27 pm
Newbie here, to SQL Server 2000 and the forum.
Prior post glitched/vanished somehow.
short version, this time:
SQL 2000.80.2039.0
Win2K3ServerSP1
SQL Enterprise Manager "Properties" on a db says that
transactionlogs for the db are writing to my D: drive,
but .TRN files (BIG ones!) keep appearing on my C: drive.
How to fix?
MANY Thanks!
- S.
May 3, 2007 at 6:55 pm
See "PERMISSIONS function" topic in BOL.
And topics linked from there.
_____________
Code for TallyGenerator
May 3, 2007 at 6:56 pm
They must by log files for other databases.
Check the file names and try to find out which database(s) create(s) it.
_____________
Code for TallyGenerator
Viewing 15 posts - 16 through 30 (of 36 total)
You must be logged in to reply to this topic. Login to reply