<?xml version="1.0" encoding="UTF-8" standalone="no"?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0"><channel><title>Next2nd blog</title><description></description><managingEditor>noreply@blogger.com (suresh)</managingEditor><pubDate>Fri, 30 Aug 2024 03:08:43 +0530</pubDate><generator>Blogger http://www.blogger.com</generator><openSearch:totalResults xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">19</openSearch:totalResults><openSearch:startIndex xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">1</openSearch:startIndex><openSearch:itemsPerPage xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">25</openSearch:itemsPerPage><link>http://next2nd.blogspot.com/</link><language>en-us</language><itunes:explicit>no</itunes:explicit><itunes:subtitle/><itunes:category text="Technology"><itunes:category text="IT News"/></itunes:category><itunes:category text="Technology"><itunes:category text="Software How-To"/></itunes:category><itunes:category text="Technology"/><itunes:owner><itunes:email>noreply@blogger.com</itunes:email></itunes:owner><item><title/><link>http://next2nd.blogspot.com/2023/01/overview-of-sql-rownumber-function.html</link><category>Function</category><category>Query</category><category>SQL Server 2012</category><category>SQL Server 2016</category><category>T-SQL</category><author>noreply@blogger.com (suresh)</author><pubDate>Wed, 25 Jan 2023 22:55:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5761546891055184580.post-8627605116516586400</guid><description>Understanding the SQL&amp;nbsp;ROW_NUMBER()&amp;nbsp;FunctionThe&amp;nbsp;ROW_NUMBER()&amp;nbsp;function in SQL Server is a powerful tool that assigns a sequential integer to each row within a partition of a result set. The numbering resets for each partition as specified by the&amp;nbsp;ORDER BY&amp;nbsp;clause. This function is essential for tasks such as pagination, ranking, and complex data analysis </description></item><item><title>INSERT Statement</title><link>http://next2nd.blogspot.com/2021/01/insert-statement.html</link><category>Database</category><category>Query</category><category>Script</category><category>SQL Server</category><category>SQL Server 2005</category><category>SQL Server 2008</category><category>SQL Server 2012</category><category>SQL Server 2016</category><category>T-SQL</category><author>noreply@blogger.com (suresh)</author><pubDate>Wed, 13 Jan 2021 22:50:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5761546891055184580.post-7183545283968244965</guid><description>&amp;nbsp;SQL Server INSERT
statementTo
insert single or multiple records into a table, use the SQL Server
(Transact-SQL) INSERT statement. There are several methods for managing data to
insert into SQL Server. In this article, we will look at how to create and
insert data into both permanent and temporary tables.&amp;nbsp;



The
following is an example of the most basic INSERT statement:

&amp;nbsp;&amp;nbsp;&amp;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgjKqGBOuH0J52nvpOR79LwKMTziYAYm9gQrtsGVo-MdEaQxviJefH_BSItcUgLFV9jRbv0_isEOm9gmfGjsTTW_t0YFAAkm1Xh_Mllt2JpklmuS_E5lTIRmzf1KhiikNXhimjvBwy7Zal6/s72-c/Insert+1.jpg" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Create a Table</title><link>http://next2nd.blogspot.com/2021/01/create-table.html</link><category>Database</category><category>Query</category><category>Script</category><category>SQL Server</category><category>SQL Server 2005</category><category>SQL Server 2008</category><category>SQL Server 2012</category><category>SQL Server 2016</category><category>T-SQL</category><author>noreply@blogger.com (suresh)</author><pubDate>Tue, 12 Jan 2021 10:54:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5761546891055184580.post-4950041731554315813</guid><description>&amp;nbsp;Create
a Table in SQL Server Management Studio

Step 1: Create a database

If
you haven’t already done so,&amp;nbsp;create a database in SQL Server&amp;nbsp;Management
Studio. For illustration purposes, a database called&amp;nbsp;Sales&amp;nbsp;was created:

&amp;nbsp;

Note: To avoid any
permission issues, you may want to run SQL Server Management Studio as an&amp;nbsp;administrator.

&amp;nbsp;

Step 2: Create a </description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiJEjFsRUUPpL2cmI9w7E3mlSm4MvgIe4c-LBraF5peLXHZ537kUhlNeIjdJ_GL7GOjd3NqavnFwBOMssrtvJukLHzZRPjzJaPnjhI6491ztFLTwpAY6YNh4N8578u85RbVgCbk3l619TsE/s72-c/Create+Table+01.jpg" width="72"/></item><item><title>Create a Database</title><link>http://next2nd.blogspot.com/2021/01/create-database-create-database-in-sql.html</link><category>Administration</category><category>Database</category><category>DBA</category><category>Query</category><category>Script</category><category>SQL Server</category><category>SQL Server 2005</category><category>SQL Server 2008</category><category>SQL Server 2012</category><category>SQL Server 2016</category><category>T-SQL</category><author>noreply@blogger.com (suresh)</author><pubDate>Mon, 11 Jan 2021 21:36:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5761546891055184580.post-9035380853381535972</guid><description>&amp;nbsp;Create a database in SQL Server by using SQL
Server Management Studio or Transact-SQL

Method 1 –

To create a database, using: Using SQL Server Management Studio

In&amp;nbsp;Object
Explorer, connect to an instance of the SQL Server Database Engine and then
expand that instance.Right-click&amp;nbsp;Databases,
and then click&amp;nbsp;New Database.&amp;nbsp;3. In&amp;nbsp;New
Database, enter a database name.

&amp;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjoEzEyWNJt0qj-XOxx-eGxiUuDdnO5t2KvKtrMQmlV8_y8FOcRPvR879VuWGRJFof_WCb8oW_4xU6aHdvdWmyA1pO6KtUdpwaAx121g8UpBldu-xw2gj8jCtUO5jWzbjFfSOxg1NgS1X7C/s72-c/Create+DB+1.jpg" width="72"/></item><item><title>How to Enable Multiple RDP Sessions in Windows 2016</title><link>http://next2nd.blogspot.com/2018/08/how-to-enable-multiple-rdp-sessions-in.html</link><author>noreply@blogger.com (suresh)</author><pubDate>Thu, 30 Aug 2018 09:32:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5761546891055184580.post-6001568857163560052</guid><description>

How to Enable Multiple
RDP Sessions in Windows Server 2016 




By default, Windows Server 2016 servers allow a single Remote
Desktop session. If only one session is available you may choose to enable
multiple RDP sessions. This article describes the process for enabling multiple
sessions.

Enable Multiple RDP
Sessions

&lt;!--[if !supportLists]--&gt;1.&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;!--[endif]--&gt;Log
into the </description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhEGZdUZ9eRB1uI_LvVY-IL_1_eQiWv-hMwBDobJHMeT8xJnuaXsrmJEBWvLCcerUsHJIpWB9KdNhxyuQUuqT5eACvembfRlXSkAfB1S46fe5MuYt3_6hckqMZsbPk8vGD2diYlYtKjcd2I/s72-c/RDC1.png" width="72"/></item><item><title>How to move TempDB from one drive to another drive (New Drive)</title><link>http://next2nd.blogspot.com/2017/07/how-to-move-tempdb-from-one-drive-to.html</link><category>Administration</category><category>Database</category><category>DBA</category><category>Script</category><category>SQL Server</category><category>SQL Server 2005</category><category>SQL Server 2008</category><category>SQL Server 2012</category><category>SQL Server 2016</category><category>Tips</category><author>noreply@blogger.com (suresh)</author><pubDate>Thu, 20 Jul 2017 11:01:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5761546891055184580.post-8441188843118984180</guid><description>
Get Logical File Name and location of TempDB



USE TempDB

GO

EXEC sp_helpfile

GO



Or



SELECT name ,physical_name
AS Location

FROM sys.master_files

WHERE database_id = DB_ID(N'tempdb')

GO



Change the location of TempDB 



USE master

GO

ALTER DATABASE TempDB MODIFY FILE

(NAME =
tempdev, FILENAME = 'd:\datatempdb.mdf')

GO

ALTER DATABASE TempDB MODIFY FILE

(NAME =
templog, </description></item><item><title>Taking backup of all the databases in SQL Server</title><link>http://next2nd.blogspot.com/2016/03/taking-backup-of-all-databases-in-sql.html</link><category>Administration</category><category>Database</category><category>Query</category><category>Script</category><category>SQL Server</category><category>SQL Server 2008</category><category>SQL Server 2012</category><category>T-SQL</category><category>Tips</category><author>noreply@blogger.com (suresh)</author><pubDate>Mon, 21 Mar 2016 15:15:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5761546891055184580.post-185244431600126703</guid><description>
Using
below script you can back up all databases on your SQL Server. Using this you
can backup databases in the multiple disk drives in a compress mode. 



If
you need please change the script according to your requirement.



First
create a Backup folder on disk drives.



DECLARE @FileName01 AS VARCHAR(200) -- Filename for backup 1

DECLARE @FileName02 AS VARCHAR(200) -- Filename for backup 2</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Queries currently run on SQL Server</title><link>http://next2nd.blogspot.com/2016/02/queries-currently-run-on-sql-server.html</link><category>Administration</category><category>CTE</category><category>Database</category><category>DMV</category><category>Dynamic Management View</category><category>Query</category><category>Script</category><category>SQL Server</category><category>T-SQL</category><category>Tips</category><author>noreply@blogger.com (suresh)</author><pubDate>Fri, 26 Feb 2016 15:12:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5761546891055184580.post-5215956400814803389</guid><description>
Using below Dynamic Management View
(DMV) query, you can view the queries which are currently running.&amp;nbsp; 



SELECT * FROM sys.dm_exec_requests



Each row represents a currently
running query. 



Using below query, you can view most required details of the currently running queries.

Output columns of the query:

Blocking Session ID, login &amp;nbsp;Name, Data Base Name, Status, Query </description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Business Problems for Data Mining</title><link>http://next2nd.blogspot.com/2007/03/business-problems-for-data-mining.html</link><category>SQL Server 2005</category><author>noreply@blogger.com (suresh)</author><pubDate>Fri, 30 Mar 2007 16:31:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5761546891055184580.post-3283942173869385837</guid><description>Data mining techniques can be applied to many applications, answering various types of businesses questions. The following list illustrates a few typical problems that can be solved using data mining:Churn analysis: Which customers are most likely to switch to a competitor? The telecom, banking, and insurance industries are facing severe competition these days. On average, each new mobile phone </description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Google Analytics open for all!</title><link>http://next2nd.blogspot.com/2006/11/google-analytics-open-for-all.html</link><category>Google</category><category>Internet</category><author>noreply@blogger.com (suresh)</author><pubDate>Fri, 24 Nov 2006 22:43:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5761546891055184580.post-613985788725651022</guid><description>Google has finally announced that you no longer need an invitation to use their brilliant free web stats program Google AnalyticsIf you have a website or blog I strongly suggest that you sign up to this service right now!More Info</description></item><item><title>How to make Adobe Reader 7.0 load faster</title><link>http://next2nd.blogspot.com/2006/11/how-to-make-adobe-reader-70-load-faster.html</link><category>Software</category><category>Tips and Tricks</category><author>noreply@blogger.com (suresh)</author><pubDate>Mon, 6 Nov 2006 12:07:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5761546891055184580.post-2912511778098477348</guid><description>Whenever I install Adobe’s Acrobat Reader I also uninstall most of the pointless plugins, to speed up its dog-slow startup process. So here’s what I just did on my machine: In Edit-Preferences, do the following: General tab: turn off “Automatically save document changes” Internet tab: turn off all three checkboxes Page Display tab: turn on “CoolType” Search tab: turn off “Enable fast find” </description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Use Substitution Control for Dynamic sections of a Cached Page</title><link>http://next2nd.blogspot.com/2006/11/use-substitution-control-for-dynamic.html</link><category>ASP.NET</category><author>noreply@blogger.com (suresh)</author><pubDate>Fri, 3 Nov 2006 11:18:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5761546891055184580.post-3913961785063867411</guid><description>Ways of Caching an ASP.NET Page in which we are limited to two optionsi. Caching the whole page using Output Caching - Not applicable in many realtime scenarios where some sections of the page need to be dynamic ex.- Stock Ratesii. Caching Usercontrols by Fragment Caching - Difficult to implement since page requires to be breaked into separate usercontrols for enabling/disabling caching.So, if we</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Save Windows Update Downloads</title><link>http://next2nd.blogspot.com/2006/10/save-windows-update-downloads.html</link><category>Tips and Tricks</category><category>Windows XP</category><author>noreply@blogger.com (suresh)</author><pubDate>Sat, 28 Oct 2006 21:21:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5761546891055184580.post-7881484979076878909</guid><description>If you use the regular Windows Update Web site, updates you select are downloaded and installed, you are not offered the option to save them for later use, or for distribution to non-Internet connected PC's. Nor can you download updates for other computers (hardware/software drivers for example). Also, a System Restore could overwrite updated files, but Windows Update would still show the update </description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>SQL Server 2005 Installation</title><link>http://next2nd.blogspot.com/2006/10/sql-server-2005-installation.html</link><category>Software</category><category>SQL Server 2005</category><author>noreply@blogger.com (suresh)</author><pubDate>Sat, 28 Oct 2006 21:02:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5761546891055184580.post-8648192584637236259</guid><description>Installing SQL Server 2005We used the CDs from the 2 CD set for SQL server 2005 enterprise. Insert the first CD, it autostarts. In the 'Install' section, click 'Server components tools etc.'. This launches the setup.exe program. Accept the license agreement. Click Next. At the next window (Installing Prerequisites), the installer says that it needs to install .Net 2.0, MS SQL Native Client and </description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Google Co-op Custom Search Engine</title><link>http://next2nd.blogspot.com/2006/10/google-co-op-custom-search-engine.html</link><category>Google</category><category>Other</category><author>noreply@blogger.com (suresh)</author><pubDate>Fri, 27 Oct 2006 23:18:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5761546891055184580.post-8793081306047675969</guid><description>Google Co-op added a new service to create your own search engine.  Google Co-op custom search engine allows you to place a search box and search results on your website using your own design(similar to AdSense search on your site). You can specify or prioritize the websites you want to include in searches. Also, you can invite your friends to contribute and build a search engine for your </description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Windows XP Shortcuts II</title><link>http://next2nd.blogspot.com/2006/10/windows-xp-shortcuts-ii.html</link><category>Tips and Tricks</category><category>Windows XP</category><author>noreply@blogger.com (suresh)</author><pubDate>Mon, 16 Oct 2006 09:56:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5761546891055184580.post-1947292887659084555</guid><description>Code &amp; Description Shown below:Run Commands to access the control panel: Code:Add/Remove Programs control -                 appwiz.cplDate/Time Properties control -                    timedate.cplDisplay Properties control -                   desk.cplFindFast control -                                   findfast.cplFonts Folder control -                               fontsInternet Properties </description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Windows XP Shortcuts I</title><link>http://next2nd.blogspot.com/2006/10/windows-xp-shortcuts-i.html</link><category>Tips and Tricks</category><category>Windows XP</category><author>noreply@blogger.com (suresh)</author><pubDate>Mon, 16 Oct 2006 09:20:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5761546891055184580.post-8062402055782280268</guid><description>Code &amp; Description Shown below:Run Commands:    Code:compmgmt.msc -       Computer managementdevmgmt.msc -          Device managerdiskmgmt.msc -         Disk managementdfrg.msc -                    Disk defrageventvwr.msc -          Event viewerfsmgmt.msc -             Shared foldersgpedit.msc -               Group policieslusrmgr.msc -            Local users and groupsperfmon.msc -           </description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Tips</title><link>http://next2nd.blogspot.com/2006/10/tips.html</link><category>Other</category><category>Tips and Tricks</category><author>noreply@blogger.com (suresh)</author><pubDate>Mon, 16 Oct 2006 09:07:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5761546891055184580.post-5849218368127134610</guid><description>12 Tips for Delivering a Knockout Business Presentation
From Wendy Russell (about.com)&amp;nbsp;&amp;nbsp;
1. Know your material:
Knowing your material thoroughly will help you decide what information is essential to your presentation and what can be left out. It will help your presentation to flow naturally, allowing you to adjust to unexpected questions or events, and it will help you feel more </description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Tips &amp; Tricks</title><link>http://next2nd.blogspot.com/2006/10/tips-tricks.html</link><category>Software</category><category>Tips and Tricks</category><author>noreply@blogger.com (suresh)</author><pubDate>Thu, 12 Oct 2006 22:21:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5761546891055184580.post-7254626375937899496</guid><description>Extend or Reset Trial Period of Trial Demo SoftwareA lot of software and applications are released as a shareware, also known as demoware (demo) or trialware (trial version), where users can download the trial version shareware from the Internet or get the apps from distributed magazine cover-disks, and use it for a stipulated period of time (trial period), free or charge without any payment. The</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item></channel></rss>