|
|
| Topic |
 |
RE: Confused about different State values OK Thank you. Since State is not a property to be concerned about (although it was not me who wanted to know about it) how about LoginMode? Or a couple of other parameters I know have this same result....that have these same characteristics. When ca ... by geedeearr in SQL Server on 03 Aug 2009 07:39 AM
|
 |
RE: Confused about different State values ---see next post---- by geedeearr in SQL Server on 03 Aug 2009 07:41 AM
|
 |
Confused about different State values Hi All,(I'm using PowerGUI to write these scripts) When I use the following to query Linked Servers,param ( [string]$ComputerName = "MyServerName" ) [System.Reflection.Assembly] ... by geedeearr in SQL Server on 29 Jul 2009 12:09 PM
|
 |
RE: Return Value = 0, should be newly inserted primary key Thank you. Sorry for the delay in getting back to this. I've had other "fires" and was out of "computer contact" for 4 glorious days. I see the differences and will give this a try at first chance. Thanks again. gdr by geedeearr in SQL Server on 29 Jul 2009 11:36 AM
|
 |
RE: Return Value = 0, should be newly inserted primary key Thank you, but that errors with this message: Cannot convert value "" to type "System.Int32". Error: "Object cannot be cast from DBNull to other types.". So it's still not returning the PK? I have found that $NewCompPKID = [Int32]$cmd ... by geedeearr in SQL Server on 22 Jul 2009 05:57 AM
|
 |
Return Value = 0, should be newly inserted primary key Hi All, I'm extremely new at Powershell and not even close to an expert in ADO.NET, but I'm learning. In the following script, the Insert statement works, but the return value of the newly inserted Primary Key is not. Would someone be so kind to poi ... by geedeearr in SQL Server on 20 Jul 2009 09:51 PM
|
|