Viewing 15 posts - 5,911 through 5,925 (of 7,164 total)
Knowledge Hunter (6/23/2011)
INSERT INTO Test..Test_table VALUES (75968,'???F')
and this is the output when I use a select query: ???F
table script is as...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
June 23, 2011 at 9:28 am
No log from SSIS by default.
You can setup your Agent job step to capture anything the package execution writes to the console.
Beyond that you'll have to implement your own logging...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
June 23, 2011 at 9:22 am
I'm not a fan of sentinel values for a lot of the reasons you mentioned. What about having a status column, along the lines of PeriodIsEnded, or something broader like...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
June 22, 2011 at 8:46 pm
b.lam (6/22/2011)
opc.three (6/21/2011)
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
June 22, 2011 at 6:11 pm
Anytime... Fight the good fight 🙂
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
June 22, 2011 at 3:49 pm
For Q2 I would recommend you prevent bad characters as far away from the table as possible as edge-cases like this can wreak havoc on your system, e.g. strip them...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
June 22, 2011 at 1:11 pm
How is your original data table populated?
Have you seen this article yet? http://www.sqlservercentral.com/articles/T-SQL/68467/%5B/url%5D
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
June 22, 2011 at 12:50 pm
Direct replies here: http://www.sqlservercentral.com/Forums/Topic1129499-146-1.aspx
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
June 22, 2011 at 10:53 am
TFS is pricey, but if your org drinks the KoolAid it can replace a lot of disparate tools and I have seen it deliver on its cost. It's a full...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
June 22, 2011 at 10:14 am
What's the budget? Team Foundation Server Source Control (TFSSC) has got the goods. I have not found it to be super-friendly with SSMS in terms of seemless development-ide/code-repository integration though...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
June 22, 2011 at 10:10 am
george sibbald (6/22/2011)
that setting covers just the buffer pool, there is also proc cache, locks, connections.
I'll add to the list of non-buffer-pool memory used by SQL Server: memory used by...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
June 22, 2011 at 10:01 am
I just made the connection to this other post of yours:
http://www.sqlservercentral.com/Forums/Topic1100808-149-1.aspx
Since .NET is not your forté why not use the one-line PowerShell script I provided?
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
June 22, 2011 at 9:52 am
rmechaber (6/22/2011)
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
June 22, 2011 at 9:33 am
Pam Brisjar (6/22/2011)
I suspect there's a security context difference between running a SQL Agent job via...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
June 22, 2011 at 9:17 am
.NET class System.Data.SqlClient.SqlBulkCopy
It allows one to load data directly from an ADO.NET data structure into a SQL Server database via the bulk copy API (same one used by bcp I...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
June 22, 2011 at 9:10 am
Viewing 15 posts - 5,911 through 5,925 (of 7,164 total)