Blog Rat
Showing posts with label
MS SQL
.
Show all posts
Showing posts with label
MS SQL
.
Show all posts
Wednesday, May 11, 2011
Alias created by cliconfg.exe (32-bit / 64-bit) don't work on 64-bit Windows 7
›
cliconfg.exe can be found in two locations at a 64-bit system when sql client tools are installed: - [32-bit] C:\Windows\System32\cliconfg...
2 comments:
Monday, July 20, 2009
dbreader and dbwriter
›
If you have execution permission error when you run your ASP.NET, assigning dbreader and dbwriter roles to the ASPNET user will not help, ...
Why GRANT EXECUTE ON SCHEMEA?
›
GRANT EXECUTE ON SCHEMEA:: dbo TO ASPNET By default schema is owned by dbo (any member of the sysadmin fixed sever role), which is diffe...
Thursday, April 23, 2009
Limitation highlight of SQL server editions
›
The following applies to SQL 2005 Editions. Feature Express Developer or Enterprise Workgroup or Standard Is free? Ye...
Monday, April 13, 2009
How to attach MDF without LDF into SQL 2005 - Part 2
›
In my part 1 , I mentioned to use VS.2008 to generate the data/schema script first and then import the data back to the database. Here is a...
5 comments:
Sunday, April 12, 2009
How to attach MDF without LDF into SQL 2005
›
SQL 2005 does not support DBCC REBUILD_LOG. Thus, you cannot use it to rebuild the LDF. Here is how I do to attach a database only using ...
5 comments:
›
Home
View web version