Viewing 15 posts - 3,511 through 3,525 (of 3,738 total)
That was supposed to be a compliment.
No offense but I like your code. 🙂
February 22, 2010 at 8:23 am
On another note. Have you ever seen Paul White SQL Programming Style? 😎
February 22, 2010 at 5:49 am
Hey, I'm glad that you got it to work.
Are the two programs that you are referring to Microsoft Forms, Queries, VBA Modules & Macros?
If not do you have connection strings...
February 22, 2010 at 4:55 am
Jeff,
I should have been more clear and I agree with you. 🙂
I never setup a maintenance task to shrink a Data or Log File. I would monitor and shrink on...
February 21, 2010 at 10:50 pm
Just an FYI, when I saw this post there were no replies. I was working on my reply concurrently as the other forum member.
I was not trying to upstage anyone.
I...
February 21, 2010 at 9:14 pm
If you define an Index on an int column it tasks 4 bytes of storage.
If you define an Index on a CHAR(30) it would take 30 bytes of Storage.
This has...
February 21, 2010 at 8:54 pm
There are maintenance Task to Shrink the Database or DBCC SHRINK DATABASE Statement.
There are also maintenance Task and corresponding DBCC REORG, DBCC REINDEX, and a Task to update Statistics.
When you...
February 21, 2010 at 8:05 pm
What documentation did you use to configure Access as a the Linked Server?
I know that it is in the Implementation & Maintenance Microsoft Press Book but it does not go...
February 21, 2010 at 5:32 pm
I have listed some articles that pertain to the format file and it use with the BCP Utility:
http://www.sqlservercentral.com/Forums/Topic273875-8-1.aspx
http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=35526
http://www.developerfusion.com/code/5357/bulk-insert-from-flat-file-using-transactsql/
http://support.microsoft.com/kb/67409
http://www.issociate.de/board/post/180881/BCP_Format_File.html
February 21, 2010 at 4:00 pm
You may want to consider an alternative approach that does not rely on MAPI and an outlook client.
Have you considered SMTP?
Please reference the following links in which there is information...
February 21, 2010 at 3:20 pm
It the security model of the Linked Server or of the configuration settings.
If you create an Access Database on your local machine are you able to Link to a Access...
February 21, 2010 at 12:50 pm
Well thank you for your input. 🙂
The exam 70-432 is the Implementation & Maintenance Exam.
I was wrong, this Exam does not help you get certified as a MCTS or MCITP...
February 21, 2010 at 5:34 am
When you talk about tables, relationships, etc you are referring to relational modeling which are used in OLTP Databases (Transactional).
All relational Databases are based in the same concept.
http://en.wikipedia.org/wiki/Relational_model
http://www.siue.edu/~dbock/cmis450/6-relationalmodel.htm
The other type...
February 21, 2010 at 3:16 am
Viewing 15 posts - 3,511 through 3,525 (of 3,738 total)