Viewing 15 posts - 4,711 through 4,725 (of 7,164 total)
Thank you for posting proper DDL and DML so we can see what you see.
For your query needs look up GROUP BY, and the AVG aggregate.
Code re-posted with formatting:
----DDL
CREATE...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 29, 2012 at 10:10 am
wendy elizabeth (3/29/2012)
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 29, 2012 at 9:22 am
How cool! I am wondering whether the Mechanical Turk workflow follows most other groups of humans in IT...where we look to automate the repetitive incrementally over time. I suppose the...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 29, 2012 at 8:51 am
Pete Bishop (3/28/2012)
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 29, 2012 at 8:27 am
Lynn Pettis (3/28/2012)
opc.three (3/28/2012)
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 29, 2012 at 8:16 am
What are you using to "read the contents of a file into the database" that brings it in as one row per line?
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 29, 2012 at 8:12 am
Never seen that error before... relevant? http://stackoverflow.com/questions/7898169/ssis-error-failed-to-set-the-xml-persistence-events-property-for-the-data-flow
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 29, 2012 at 8:09 am
vs.satheesh (3/28/2012)
DBCC SHRINKDATABASE(iedb, NOTRUNCATE);
19 1 17579232 128 ...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 29, 2012 at 8:06 am
In order to survive you need to know one thing: are there valid backups? And by valid I mean, can they be restored? Along the line of backups, you could...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 29, 2012 at 8:00 am
The only way I know is to try accessing the file in a try/catch and if you catch a file access exception sleep for 5 seconds before trying again. Using...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 28, 2012 at 8:49 pm
Obit? Hopefully it does not come to that! 😛
If you get shot down on hardware for the second server know that you can replicate or log ship to different instances...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 28, 2012 at 4:45 pm
That's a lot of data, but I'll second what Jeff said, a second server to migrate to would be my ideal choice.
It was extenuating circumstances, but I have used...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 28, 2012 at 4:09 pm
General question, so general answer...generally speaking all connections to SQL Server cause network traffic, provided you are not accessing SQL Server from the server on which SQL Server is hosted.
What...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 28, 2012 at 3:35 pm
I agree with everything that's been said so far in terms of using NT Groups instead of SQL Logins. One item that was not explicitly addressed that you mentioned is...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 28, 2012 at 2:55 pm
GilaMonster (3/28/2012)
opc.three (3/28/2012)
I do not have the luxury of creating every index ever added to databases in the instance.
Neither do I. What I do is log index fragmentation and...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 28, 2012 at 2:38 pm
Viewing 15 posts - 4,711 through 4,725 (of 7,164 total)