gbn

21,941
Reputation
2197 views

Registered User

Name gbn
Member for 1 year
Seen 7 hours ago
Website
Location Switzerland
Age 40
Developer DBA and British expat
2h
awarded  Mortarboard
12h
revised Collating Sequence Not supported by operating system
tags
12h
answered Collating Sequence Not supported by operating system
1d
accepted Natural Language Processing: Find obscenities in English?
1d
answered LEFT JOIN for current row in primary table
1d
comment How long does it take an experienced programmer to become proficient with a new technology / language?
I agree. We just "borrowed2 a hard care java guy to do c# in 6 weeks. He picked it up quickly
1d
answered When good programmers go bad!
1d
comment Do link tables need a meaningless primary key field?
@tvanover: It gives the optimiser more options + don't forget: you'll have a WHERE or EXISTS or may not touch table 2 at all if do "WHERE link.table2fk = @table2keyvalue"
1d
answered OBJECT_ID of object in another database - how to find database ID or name/fully qualified object name?
1d
revised At some point in your career with SQL Server does parameter sniffing just jump out and attack?
deleted 1 characters in body
1d
comment inserting rows from one table to another, which sql is more efficient (outer join vs sequential scan)
+1, the best answer IMHO. I'd use exists
1d
answered At some point in your career with SQL Server does parameter sniffing just jump out and attack?
1d
comment SQL Server and SqlDataReader - Trillion Records - Memory
Are you planning on reading a trillion records? or is this just for interest?
1d
accepted Case insensitivity for DB Collation - does it affect performance?
2d
accepted How to DROP a version of a Stored Procedure in SQL Server
2d
accepted Sql Update statement issues…
2d
answered Now that I have the report viewer working in Local mode, how do I set the default render method?
2d
accepted I need an alternative to server based Reporting Services
2d
revised Problem with indexed view msql
tags
2d
accepted SQL Server 2008 filtered indexes
2d
answered Problem with indexed view msql
2d
answered I need an alternative to server based Reporting Services
2d
answered Things to remember while doing code review of Stored Procedures in SQL Server
2d
revised Can someone copyright a SQL query?
list
2d
answered Do link tables need a meaningless primary key field?
2d
revised How do I create a user account in SQL Server 2000?
tags
2d
answered How do I create a user account in SQL Server 2000?
Dec
3
comment Change username programmatically when connecting to a Sql Server using Windows authentication from a Delphi application
probably better answer than mine. I was focusing on the DB end, rather than what you do in code.
Dec
3
answered call tracert and ping from sql and put the result in sql table
Dec
3
comment SQL, difference betweeen DECIMAL and NUMERIC
is the decimal/numeric thing not the other way around? stackoverflow.com/questions/759401/…
Dec
3
revised SQL, difference betweeen DECIMAL and NUMERIC
added 232 characters in body
Dec
3
comment Is there any difference between DECIMAL and NUMERIC in MS SQL?
You have link for this please?
Dec
3
answered SQL, difference betweeen DECIMAL and NUMERIC
Dec
3
comment Select all UDFs from database?
+1 for correct use of new system views
Dec
3
comment Select all UDFs from database?
ROUTINE_DEFINITION is not reliable. It's only nvarchar(4000), actual def is nvarchar(max)
Dec
3
answered Can someone copyright a SQL query?
Dec
3
accepted Calling stored procedure and passing parameter from another stored procedure
Dec
3
comment Create a global static variable in SQL Server?
Ah OK, good idea.. :-)
Dec
3
answered Create a global static variable in SQL Server?
Dec
3
accepted Can’t log in to SQL Server 2008 Management Studio
Dec
3
comment SQL Insert trigger to update INSERTED table values
@OMG Ponies: Shimmy can't use a default as per the question: stackoverflow.com/questions/1744455
Dec
3
revised Problem with CTE
added 23 characters in body
Dec
3
accepted Problem with CTE
Dec
3
revised Problem with CTE
tags
Dec
3
answered Problem with CTE
Dec
3
comment Are delimited identifiers considered a “best-practice” in Transact-SQL?
Agree with both of you... clutters code and bollixes up double-click-select-too
Dec
3
answered Can’t log in to SQL Server 2008 Management Studio
Dec
3
accepted Find last sunday
Dec
2
comment Building a Contact Database - Need a little schema inspiration.
@gnarf: I haven't used or analyzed this model, sorry. I just know the site
Dec
2
revised Natural Language Processing: Find obscenities in English?
added 118 characters in body