Viewing 15 posts - 4,621 through 4,635 (of 7,164 total)
nitinuniyal (4/3/2012)
But what i want is to mail the results in Excel format, if I only define the SP in query then it will only give me...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 4, 2012 at 9:31 am
Gerbera (4/4/2012)
My approach : -> XML column to recordset, For Each Recordset-->Dataflow(XML Source from Variable to...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 4, 2012 at 9:20 am
It sounds to me as if your proposed archive-table will, after the each set of staging data has been added to it, will be the superset of all emails that...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 4, 2012 at 9:09 am
I am just getting up to speed in bits and pieces on SQL 2012. From Introducing SQL Server 2012 AlwaysOn Failover Clustering by Jonathan Kehayias instance-level impacts can be tracked...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 4, 2012 at 9:00 am
TeraByteMe (4/3/2012)
Preferred in your mind but in your mind you don't know what my table structure and business requirements are.
Very true, just having a discussion here 🙂
Preferred in the sense...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 3, 2012 at 5:15 pm
I like your idea about bringing SERVER2's data into tempdb on SERVER1. That should scale up just fine too. Thanks for having a look.
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 3, 2012 at 4:16 pm
Fair enough, but an IDENTITY would still be the preferred way to generate a new file's ID provided gaps in the sequence were tolerable. Managing you're own ID-generation scheme can...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 3, 2012 at 4:13 pm
nitinuniyal (4/2/2012)
I am tryig to run the below query but its failing while running. I am trying to send the query results in excel via dbmail.
[font="Courier New"]EXEC msdb.dbo.sp_send_dbmail
@recipients=N'nuniyal@shb.com.sa',
@body= 'Hi...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 3, 2012 at 1:15 pm
MSBI Learner (4/3/2012)
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 3, 2012 at 11:32 am
stanley wong-314201 (4/3/2012)
So, should i say when running the DBCC SHRINKFILE , if sum(all type of objects virtual memory committed) larger then 2GB, the error should be generated ?
I...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 3, 2012 at 11:25 am
TeraByteMe (4/3/2012)
CREATE PROCEDURE [dbo].[spGenerateID] ...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 3, 2012 at 11:09 am
TeraByteMe (4/3/2012)
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 3, 2012 at 11:08 am
rarara (4/3/2012)
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 3, 2012 at 10:57 am
This will show you all allocations against VAS:
SELECT type,
SUM(virtual_memory_committed_kb) AS virtual_memory_committed_kb,
SUM(multi_pages_kb) AS multi_pages_kb
FROM...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 3, 2012 at 10:53 am
Do you have another server where you can restore the database and try shrinking the files there?
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 3, 2012 at 10:37 am
Viewing 15 posts - 4,621 through 4,635 (of 7,164 total)