Viewing 15 posts - 1,216 through 1,230 (of 2,647 total)
Remember that a NULL is not "stored" per se. It is the lack of a value. As far as I can tell, a column uses a bit to...
April 4, 2012 at 1:48 pm
SQLKnowItAll (4/4/2012)
April 4, 2012 at 1:39 pm
I think the point is, from my perspective, that with the usage of this server you are more likely to have a motherboard issue than a HDD error. The disks...
April 4, 2012 at 1:32 pm
Ok, my first thought is that a mirrored server is better than the mirrored drives terms of fault tolerance. We had ours set up that way, and when we...
April 4, 2012 at 1:04 pm
Geoff A (4/4/2012)
SQLKnowItAll (4/4/2012)
Geoff A (4/4/2012)
You would need 20 years of finacial data for 10,000 customers before you even got...
April 4, 2012 at 12:51 pm
Geoff A (4/4/2012)
You would need 20 years of finacial data for 10,000 customers before you even got close to using...
April 4, 2012 at 12:21 pm
Yeah, but may not be necessary for GP. Again, if you only have 2 or 3 people accessing it you will not have a large load. So, in that case...
April 4, 2012 at 12:10 pm
You do realize that you need a separate license for this? If someone tells you that you don't, they are wrong (past experience). I take this as step 1.
April 4, 2012 at 11:55 am
I used to administer GP at my previous company. How many users do you have on GP and how many use it concurrently? Most cases, GP does not need...
April 4, 2012 at 11:52 am
danielgostrer (4/3/2012)
I am using openquery to run a MySQL stored procedure that writes to a table in the MySQL db. The issue that is happening is that this store...
April 4, 2012 at 10:43 am
It is because you are still referencing the view in Database1 by fully qualifying it. If you want the USE keyword to do anything, you have to change Database1.sys.database_files to...
April 4, 2012 at 9:47 am
In addition to that, only change the service accounts using SQL Server Confiduration Manager. If you change it through the services.msc window, you will create problems.
April 4, 2012 at 9:41 am
Ok, so now can you tell me what the problem is? Which values are not correct?
April 3, 2012 at 3:09 pm
Won't be the last time it happens to you or me 😀 Sometimes second quick pair of eyes (or brain) gets the job done!
April 3, 2012 at 2:29 pm
Viewing 15 posts - 1,216 through 1,230 (of 2,647 total)