Viewing 15 posts - 1 through 15 (of 100 total)
Correct me if I am misreading this, but it appears that you have 3 distinct "clusters" of tables along with several stragglers.
1 - Courses / Events
2 - Locations / Participants
3...
June 17, 2011 at 2:06 pm
Unfortunately, like others, I am out of ideas. Sorry it didn't help.
June 2, 2011 at 11:03 am
To see a list of the languages and their id's, use "select * from sys.languages"
Then, try to set the language to "Slovene", which is the name listed in sys.languages (I...
June 2, 2011 at 8:32 am
Sorry about that. Thanks for the catch Ninja's. URL fixed.
June 2, 2011 at 7:40 am
It sounds like your connection is picking up the US language instead of the Windows settings, which is the normal behavior. To change the settings for default language for a...
June 2, 2011 at 7:28 am
Dan,
First off, my bad. I also do .Net development and am used to seeing the Native Client available. There is, however, an OLEDB Connection Manager available that you can specify...
May 18, 2011 at 8:10 am
Have you tried using the .Net Native Client for Oracle to make your connection in SSIS?
May 18, 2011 at 7:39 am
Okay, let me add a little confusion here. There are really 2 types of fragmentation that can occur in a heap - internal fragmentation and external fragmentation. The internal fragmentation...
April 5, 2011 at 9:25 am
If the log file reaches capacity, your database will stop functioning. Make sure that you set up an alert in SQL Agent to watch the % Log Used perfomance counter...
February 16, 2011 at 12:06 pm
These are two different things. When you back up a log file, it is automatically truncated, emptying out the space allocated with all of the work that was backed up....
February 16, 2011 at 11:22 am
The question is - are you running transaction log backups? If not, then the simplest thing to do would be to set the recovery model to SIMPLE. This will automatically...
February 16, 2011 at 7:33 am
2 approaches that you might want to try that I can think of off the top of my head.
1. where a + b + c + d + c ......
February 10, 2011 at 10:39 am
Not sure if I completely understand your situation, but here is an attempt to clarify for you.
SQL Server does NOT enforce any specific extensions for data / log file naming....
February 3, 2011 at 10:52 am
2 quick comments
1st, the page is reloaded every time that the user posts back to the web server, so if you only want it populated on the original load, check...
January 20, 2011 at 8:36 am
hxkresl (1/11/2011)
January 11, 2011 at 4:24 pm
Viewing 15 posts - 1 through 15 (of 100 total)