Viewing 15 posts - 4,621 through 4,635 (of 7,168 total)
It is a very nice script! I like the use of the variable, instead of a cursor. I definitely just swiped this script, thanks for sharing it 😀
One thing I...
April 4, 2012 at 10:58 am
The point Craig and I are trying to drive home is: unless you have a requirement that says that a sequence of IDs cannot have any gaps in it,...
April 4, 2012 at 10:12 am
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...
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...
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...
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...
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...
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.
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...
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...
April 3, 2012 at 1:15 pm
MSBI Learner (4/3/2012)
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...
April 3, 2012 at 11:25 am
TeraByteMe (4/3/2012)
CREATE PROCEDURE [dbo].[spGenerateID] ...
April 3, 2012 at 11:09 am
TeraByteMe (4/3/2012)
April 3, 2012 at 11:08 am
rarara (4/3/2012)
April 3, 2012 at 10:57 am
Viewing 15 posts - 4,621 through 4,635 (of 7,168 total)