id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc 3951,MS SQL Server 2008 Driver and f_table_schema,geographika,tamas,"In the geometry_columns metadata table the f_table_schema is ignored. In the example below the first record in the geometry_columns works with the connection string below and second does not. {{{ [f_table_catalog], [f_table_schema] ,[f_table_name], [f_geometry_column],[coord_dimension],[srid],[geometry_type] DbName, any value can be put here, schemaname.mytable, GEOMFIELD , 2, 32768, MULTIPOLYGON DbName, schemaname, mytable, GEOMFIELD, 2, 32768, MULTIPOLYGON }}} conn_string = ""MSSQL:server=W08-SQL08;database=DbName;Integrated Security=true;"" Sample Python connection (same issue with ogrinfo and command line): {{{ ds = ogr.Open(conn_string) lyr = ds.GetLayerByName('schemaname.mytable') #schema name always has to be passed here }}} ",defect,closed,normal,1.8.1,default,1.8.0,normal,fixed,mssql driver geometry_columns f_table_schema,tamas