Viewing 15 posts - 7,951 through 7,965 (of 14,953 total)
If losing a day's data won't matter, then Simple mode and full backups are enough.
If losing an hour's data won't matter, the Simple mode, daily full and hourly diff is...
October 30, 2009 at 1:51 pm
I suspect most companies right now aren't all that keen on hiring someone without either experience or a degree in the subject, simply because it's a buyer's market in hiring...
October 30, 2009 at 12:28 pm
update dbo.MyTable
set Fullname = replace(Fullname, 'Tommy', 'Tom')
where Fullname like '%Tommy%';
select @@rowcount as RowsAffected;
October 30, 2009 at 12:24 pm
You mention multiple recipients, and a username and password. Are you sending the same username and password to each person, or does each get unique data?
October 30, 2009 at 12:22 pm
CirquedeSQLeil (10/30/2009)
Wow - All Quiet on the Western Front
Friday afternoons often are.
October 30, 2009 at 12:07 pm
I just tried two vanity searches. Searched for "GSquared", then for "GSquared numbers". Trying to find posts where I've mentioned a Numbers table.
The odd thing was, I got...
October 30, 2009 at 9:39 am
Two questions:
Why a view?
Are the names in the name-value pairs from a fixed set of possible values, or truly dynamic? Are the names user-generated at runtime, or do they...
October 30, 2009 at 9:16 am
Is there a reason to not set up the XML source as a web service and just access it that way?
October 30, 2009 at 8:49 am
I keep two folders on the micro-SD card in my phone, one for administrative scripts (things like backups and index maintenance), and one for clever stuff (like string parsing, Numbers...
October 30, 2009 at 7:40 am
I give blood every 2 months (as often as allowed). Can't do the double-red thing, have a reaction to the anticoagulent used in that, so just give whole blood....
October 30, 2009 at 7:37 am
Paul White (10/30/2009)
G2,Decimal and money are fixed-point types. They don't go near an FPU 🙂
http://blogs.msdn.com/khen1234/archive/2005/05/13/417153.aspx
The problem isn't the FPU, the problem is the binary translation, and the limits of...
October 30, 2009 at 7:20 am
CooLDBA (10/29/2009)
I need the _recordId from Recordset Destination, is there a way that I can put these_recordId in a table, is that possible?
Yes, it's possible.
Is that a column in your...
October 30, 2009 at 7:05 am
Lynn Pettis (10/29/2009)
What is it with some people? I have seen sevarl threads where people are addressing others on their SSC Title instead of their forum name. like GSquared.
The...
October 29, 2009 at 2:08 pm
Does the report call a proc?
October 29, 2009 at 2:04 pm
lrosales (10/29/2009)
solution:
I did as you suggested as found out it was the admin, when the system runs the tracer it creates the procedure and there it lies hiden,...
October 29, 2009 at 2:03 pm
Viewing 15 posts - 7,951 through 7,965 (of 14,953 total)