Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
I

ianhoc

@ianhoc
About
Posts
2
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Numeric Column
    I ianhoc

    I think this is easier: SELECT RIGHT('00000000' + Ltrim(str(MyKey)), 8) From Table Ian

    Database

  • SqlClient will not connect to 2005 SqlServer
    I ianhoc

    OleDb connects fine? VS2005; C#; SQL 2005 Developer (remote server) SqlClient connection string: "data source=MyRemoteServer;user id=MyUserID;password=MyPassword;initial catalog=DbName;workstation id=PC1" OleDb connection string: "provider=SQLxxxx;data source=MyRemoteServer;user id=MyUserID;password=MyPassword;initial catalog=DbName;workstation id=PC1" (xxxx = I forget the exact provider string) OleDb connects fine, SqlClient times out looking for the server? Am I missing something obvious? Should I really worry about this - I thought SqlClient was faster and better? Thanks Ian

    Database csharp database sysadmin question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups