Ted Elliott

571
reputation
31 views

Registered User

name Ted Elliott
member for 1 year
seen yesterday
website
location
age 34
Nov
20
answered Method of simulating views on a SQL Server with read-only access?
Oct
31
answered How do I figure out the smtp_port for my localhost?
Oct
10
comment InvalidOperationException when calling methods on WMI object
I thought that looked a little suspect as well, but I wasn't sure if it was valid or not. Not sure what you are trying to do with WMI, but you might give powershell a try. It's a little easier on the fingers.
Oct
6
accepted InvalidOperationException when calling methods on WMI object
Oct
6
answered InvalidOperationException when calling methods on WMI object
Oct
1
comment How to move insert caret on textbox when accepting a Drop
Very irritating indeed. I may have to try this out. My workaround was to just append an extra space on start drag, so that you could drop at the end of the text and then remove the space on drop.
Sep
24
awarded  Commentator
Sep
24
awarded  Critic
Sep
24
comment Bulk Insert to Oracle using .NET
You can't use SQLBulkCopy to load into Oracle, only SQL Server. However if you're using ODP.NET, Oracle has it's own API, OracleBulkCopy
Sep
18
awarded  Yearling
Sep
15
answered Teradata Linked Server in SQL 2005
Sep
15
answered Add a sequential number on create / insert - Teradata
Aug
31
answered A 99.99 numeric from flat file doesn’t want to go in a NUMERIC(4,2)’SQL Server
Aug
31
answered Import log file from an web application, should I do ?
Aug
31
answered ANTLR equivalent to bison REJECT action ?
Aug
31
answered Handling multiple return values in ANTLR
Aug
31
comment ANTLR and DSL parsing for dummies: whitespace handling
also, once you do that you shouldn't need to include WS in your parser rules.
Aug
30
answered Building own C# compiler using ANTLR: Compilation Unit
Aug
15
comment sql unique constraint
Technically (null = null) is NULL, which is interpreted as false.
Aug
11
answered What are the important notions in C that you did not learn from your teachers
Aug
10
comment AnkhSVN vs VisualSVN
AnkhSVN is definitely better since 2.0, it's worth a try.
Jul
23
answered Performance counters incrementing improperly?
Jul
9
accepted string replacement in page created from template
Jul
9
answered string replacement in page created from template
Jun
16
comment how to find who locks who is MSSQL Server 2005
Calling "DBCC INPUTBUFFER(spid)" with the spid you get back from sp_who will also show the last sql statement that the process ran.
Jun
16
comment Can’t create xmlns reference to other project in XAML
No, but I haven't really looked at it much since I asked the question. It was just an app to learn WPF on.