Viewing 15 posts - 5,911 through 5,925 (of 7,168 total)
Knowledge Hunter (6/23/2011)
Hence N cannot be added as prefix for the chinese data entered in the batch.
When we are using the query you have...
June 23, 2011 at 10:39 am
OK, that was not what I was thinking of. I now have something to go read up on, thanks ๐
I won't let the cat completely out of the bag, but...
June 23, 2011 at 9:36 am
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...
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...
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...
June 22, 2011 at 8:46 pm
b.lam (6/22/2011)
opc.three (6/21/2011)
June 22, 2011 at 6:11 pm
Anytime... Fight the good fight ๐
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...
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
June 22, 2011 at 12:50 pm
Direct replies here: http://www.sqlservercentral.com/Forums/Topic1129499-146-1.aspx
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...
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...
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...
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?
June 22, 2011 at 9:52 am
rmechaber (6/22/2011)
June 22, 2011 at 9:33 am
Viewing 15 posts - 5,911 through 5,925 (of 7,168 total)