SQLAuthority News – SQLAuthority News – Ahmedabad User Group Meeting January 17 2009 – Review

User Group Meeting is the the event I always wait during whole month. User Group meetings are the place where we can meet various people from all around the city and expand our networking. Meeting new people and exchanging new tips and tricks is always interesting. For year 2009 we…
Read More

SQLAuthority News – CWE/SANS TOP 25 Most Dangerous Programming Errors

I just came across very interesting article from SANS Institute. Experts from more than 30 US and international cyber security organizations have released list of 25 most dangerous programming errors and their resolution. It may be possible that many of the programmers may not understand what this errors are and…
Read More

SQLAuthority News – Download Microsoft SQL Server Protocol Documentation

he Microsoft SQL Server protocol documentation provides detailed technical specifications for Microsoft proprietary protocols (including extensions to industry-standard or other published protocols) that are implemented and used in Microsoft SQL Server to interoperate or communicate with Microsoft products. The documentation includes a set of companion overview and reference documents that…
Read More

SQL SERVER – Find Number of Rows and Disk Space Reserved – Using sp_spaceused Interesting Observation

Previously I posted SQL SERVER – Find Row Count in Table – Find Largest Table in Database – T-SQL. Today we will look into the same issue but with some additional interesting detail. We can find the row count using another system SP sp_spaceused. This SP gives additional information regarding…
Read More