SQL Server的一些Script 1. 显示某一列在数据库的哪个表中。 select * from information_schema.columns where table_catalog=’databaseName’ and column_name in (‘columnName’) 2. 显示数据库中每个表的大小(原文) EXEC sp… more →
development noteswrote 2 hours ago: This post modifies the project contained in Service Broker with In a Single database by splitting th … more →
wrote 3 hours ago: This post demonstrates how Service Broker can work within a single database. The example here demons … more →
wrote 3 hours ago: This one took up way too much time in my day today, and I still haven’t figured out why this h … more →
wrote 5 hours ago: SQL Server Management Studio (SSMS) has various shortcuts. Comparatively, there are less shortcuts i … more →
wrote 12 hours ago: One of the keys to managing a large production SQL Server environment is being aware of changes that … more →
wrote 13 hours ago: Requirement Implement package logic by using variables This objective may include but is not limited … more →
wrote 18 hours ago: One of the most frequently asked questions in SQL Server forums is how to format a datetime value or … more →
wrote 19 hours ago: Yesterday I have to repro cases from OCS, so the point is I have to move OCS DB to another server an … more →
wrote 22 hours ago: Developer Training - Importance and Significance - Part 1 Developer Training – Employee Morals … more →
wrote 1 day ago: It has always been possible to interrogate SQL Server for metadata (schema) information. You can eas … more →
wrote 1 day ago: While working with Stored Procedures, we often modify the them, during the course of maintenance, as … more →
wrote 1 day ago: Pues mi peregrinar por esto de los Logins (Inicio de sesion), al parecer no ha terminado. Al mover u … more →
wrote 1 day ago: Often we need to check the number of tables and number of procedures we have written in a database. … more →
wrote 1 day ago: Although, DML and DDL triggers are used for different purposes, there are some similarities and diff … more →
wrote 1 day ago: A few weeks ago, I came across something called SQLCMD (or SQLCommand). I’ve never heard of th … more →
wrote 1 day ago: Alright, the other day I was installing SQL Server 2008 R2 (same problem occurred in 2008 as well), … more →
wrote 1 day ago: Developer Training - Importance and Significance - Part 1 Developer Training – Employee Morals … more →
wrote 2 days ago: Sometimes SQL Server is configured to use a different Port Number than the Default Port Number (1433 … more →
wrote 2 days ago: Link: http://www.dotnetmontreal.com/events/35247812/?eventId=35247812&action=detail Download sli … more →