.net Wand
.net used for magic
Browse by Tags
All Tags
»
SQL Server
(
RSS
)
asp.net
tips
tools
SQL Server 2008 saving changes is not permitted
Tuesday, February 16, 2010 2:55 AM
i was using SQL Server management studio 2008 diagram editor which i was using after years of using sql server managemenr studio 2005 whcih i think is the easiest tool for modeling Database. and i came across this message turns out there’s an option that i have to uncheck for this to work tools ==> options and then find this option
Read More...
SQL server data base restore script
Friday, July 03, 2009 7:29 AM
this is a quick trick that i googled from bits and pieces in a caffe when my laptop didn’t have a Management studio installed i found a way to execute sql scripts to my instance of sql express well to restore you need to have the logical names of files in the database backup to know that just type RESTORE FILELISTONLY FROM DISK = ‘<path to your backup file>...
Read More...
Database or Object Size in SQL server [sp_spaceused]
Monday, June 01, 2009 1:02 AM
Space used by the objects in the database is a tricky subject, this can be very useful when planning your database maintenance plan a system stored procedure as you probably had figured is called sp_spaceused gets you the needed information that procedure can be used in multiple ways use Northwind exec sp_spaceused when this is executed against your database...
Read More...
SQL Profiler custom filter
Friday, November 23, 2007 8:13 AM
the tip is simple u need to make a filter that filters and shows only your DB transactions on a server. what u need to do is to change your web.config by adding a string that you can later filter on 1: < add key ="Main.ConnectionString" 2: value ="data source=Server;initial catalog=dbName; 3: User ID=sa;Password=userName;application name=thisIsTheFilter"...
Read More...
Go
This Blog
Home
Contact
Links
About
Tags
.net
ajajx.net
Ajax
asp.net
C#
code generation
debug
free books
fun
IIS
industry news
javascript
open source
software engineering
source control
SQL Server
tips
tools
VBs
vs.net
web services
WebControls
Navigation
Home
Blogs
Forums
Archives
February 2010 (1)
January 2010 (1)
October 2009 (1)
August 2009 (1)
July 2009 (1)
June 2009 (2)
May 2009 (4)
April 2009 (1)
March 2009 (2)
February 2009 (1)
November 2008 (1)
September 2008 (1)
August 2008 (2)
March 2008 (4)
February 2008 (2)
December 2007 (13)
November 2007 (16)
Web 2.0 stuff
Syndication
RSS
Receive Email Updates
Subscribe