Viewing 15 posts - 61 through 75 (of 195 total)
JMendes, Could You have a try on this links..........
http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=70251
http://www.derkeiler.com/Newsgroups/microsoft.public.sqlserver.security/2006-11/msg00096.html
October 26, 2007 at 5:07 am
George, Can you try this link.... It has got plenty of stuff in Rebuilding and Restoring Master Database!!!!!!!!!!!!!!!!!!!!
http://www.julian-kuiters.id.au/index.php?topic=sql-server-2000
October 26, 2007 at 5:04 am
better check this!!!!!!!!!
microsoft.apress.com/asptodayarchive/72409/creating-a-tv-guide-style-multicast-scheduling-system-using-vb
dotnet.sys-con.com/read/46614.htm
download.microsoft.com/download/f/c/5/fc502411-afd8-4fa2-8572-ffe11187f0e2/Session1.ppt
appointments.alienpicks.com/
blogs.msdn.com/toub/archive/2004/05/22/139609.aspx
October 26, 2007 at 3:35 am
try to figure out from these blogs ....
October 26, 2007 at 1:15 am
In sql 2005, through the restore database wizard its quite simple to move the earlier version of a database. Provided you need to take the ldf & mdf files offline...
October 26, 2007 at 12:47 am
Examples
A. Use DELETE with no parameters
This example deletes all rows from the authors table.
USE pubs
DELETE authors
B. Use DELETE on a set of rows
Because au_lname may not be unique, this example...
October 26, 2007 at 12:41 am
Catherine Eibner is correct..
October 26, 2007 at 12:31 am
http://www.sqlservercentral.com/articles/Administration/2960/ :----- Try out this & try to implement the same in your server.
October 26, 2007 at 12:29 am
hey buddy,
go on & browse through the links that gives more on SQL Reporting services stuff etc., Its pretty easy to work around as of Crystal Reports (provided if you...
October 25, 2007 at 11:54 pm
sunjiulu
do not understand
SELECT @intValue AS [@intValue], @strValue AS [@strValue], @bitValue AS [@bitValue]
maybe you can explain a little bit.
try these links talks about more on your stufff....
http://www.sqlservercentral.com/articles/Stored+Procedures/outputparameters/1200/
http://www.webtropy.com/articles/SQL.asp?SQL=sp_change_subscription_properties
October 25, 2007 at 11:52 pm
try out these......against your quieries
What is the function over (Partition BY) in sql server?
https://msdn2.microsoft.com/en-us/library/ms345144.aspx
What is the different between Over(Partition By) and Over(Order by).
http://microsoft.apress.com/feature/68/introduction-to-sql-server-2005-part-2-t-sql
October 25, 2007 at 11:47 pm
Please find the links to utilize related with statistics for index creation !!!!!!!!!!!
http://www.microsoft.com/technet/prodtechnol/sql/2005/qrystats.mspx
October 25, 2007 at 6:20 am
Viewing 15 posts - 61 through 75 (of 195 total)