Viewing 15 posts - 5,506 through 5,520 (of 7,429 total)
Is there a field taht is unique and even if two records have the same date time it will be incremented or one value is greater than the other? If...
June 11, 2002 at 5:58 am
I find most people go with 4 total and some go with 2 per CPU. Check both of these links out.
http://www.sql-server-performance.com/performance_monitoring_tutor_part4.asp
http://www.swynk.com/friends/trawick/Perfbase.asp
So in either case 0.985 looks find to me.
"Don't...
June 11, 2002 at 5:52 am
I agree with Andy and Chris. It really burns me when a vendor doesn't look into root cause and does a patch method of work. If you enable flasg -1204...
June 11, 2002 at 5:45 am
We are talking internal frgmentation, file fragmentation is an external issue and yes it can be avoid if you plan properly. First by placing log files and data files on...
June 11, 2002 at 5:32 am
Can you create the variables and it just doesn't pass or you cannot do this even?
"Don't roll your eyes at me. I will tape them in place." (Teacher on Boston...
June 10, 2002 at 8:28 pm
Please do not cross post. Other thread is http://www.sqlservercentral.com/forum/topic.asp?TOPIC_ID=4722&FORUM_ID=5&CAT_ID=1&Topic_Title=Passing+in+Variables+into+a+Stored+Prodedure&Forum_Title=Administration
"Don't roll your eyes at me. I will tape them in place." (Teacher on Boston Public)
June 10, 2002 at 8:27 pm
Normally and to the best of my knowledge a temp table drops almost instantly simple because the data is stored in tempdb and a pointer is associated as the temp...
June 10, 2002 at 8:26 pm
There always exists a PRIMARY filegroup and you cannot change this. If you need to have a user use a specific filegroup set then have their tables created on another...
June 10, 2002 at 8:23 pm
What are you trying to get exactly? PerfMon is more of an average overview, where Profiler can pinpoint specific items, but there may be other options too such as DBCC...
June 10, 2002 at 8:21 pm
Really there is no difference except they may have created the account on the domain which they have direct access to if you block their access in production SQL. Also...
June 10, 2002 at 8:18 pm
Andy is right. If you click on the item the text will appeqar in the bottom section in full.
"Don't roll your eyes at me. I will tape them in place."...
June 10, 2002 at 8:16 pm
I use it often and never have issues. Mostly what I use it for is representing 15 minute increments of an hour in a scheduling database. I wanted 24 columns...
June 10, 2002 at 8:13 pm
Yes that is what I meant. Please post the entire contents, maybe I can see something.
"Don't roll your eyes at me. I will tape them in place." (Teacher on Boston...
June 10, 2002 at 8:02 pm
Sorry couldn't help more, cannot find anymore detsail on this. Have you tried to turn logging on in the DTS package itself? May output a bit more detail.
"Don't roll your...
June 10, 2002 at 10:38 am
Maybe not, I just double checked, and cannot get to do right off. I thought we had gotten one this way previously in testing but so many changes I cannot...
June 10, 2002 at 10:26 am
Viewing 15 posts - 5,506 through 5,520 (of 7,429 total)