Viewing 15 posts - 4,711 through 4,725 (of 7,168 total)
May I ask why are you trying to shrink the files? Are you running low on disk space, or are you just trying to keep things tidy? If the latter...
March 29, 2012 at 10:18 am
That sounds like a neat problem. If you post your table definitions (CREATE TABLE statements), some sample data (INSERT statements) and the structure of your desired results we can better...
March 29, 2012 at 10:15 am
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...
March 29, 2012 at 10:10 am
wendy elizabeth (3/29/2012)
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...
March 29, 2012 at 8:51 am
Pete Bishop (3/28/2012)
March 29, 2012 at 8:27 am
Lynn Pettis (3/28/2012)
opc.three (3/28/2012)
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?
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
March 29, 2012 at 8:09 am
vs.satheesh (3/28/2012)
DBCC SHRINKDATABASE(iedb, NOTRUNCATE);
19 1 17579232 128 ...
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...
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...
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...
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...
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...
March 28, 2012 at 3:35 pm
Viewing 15 posts - 4,711 through 4,725 (of 7,168 total)