Getting Started with Adobe After Effects - Part 6: Motion Blur
First Time? You can support us by signing up. It takes only 5 seconds. Click here to sign up. If you already have an account, click here to login.

Friends

Request Friendship



Upload Image

Gandhinagar, Gujarat, India
Male
Nakul Vachhrajani
4 · 33% · 10575

Nakul Vachhrajani - Ask

  • How to calculate the working hours per day?

    Nakul Vachhrajani Commented 3 Months ago through Ask | 10 Points
    You have not mentioned the SQL Server version which you are using and therefore, I am assuming that you are using at least SQL Server 2008. The following code snippet will need to be modified if it needs to be used for SQL Server 2005 or below: U...
    dpechetti
    1059 · 0% · 24
  • write the name of country with the greatest pipulation

    Nakul Vachhrajani Commented 3 Months ago through Ask | 10 Points
    If I have understood your question correctly, a simple ORDER BY would suffice - no need of an aggregation. USE tempdb; GO --Test Table DECLARE @countryTable TABLE (CountryName VARCHAR(20), CountryPopulation DECIMAL(20,8)); ...
    OmidUOL
    896 · 0% · 31
  • How to count Columns in a table

    Nakul Vachhrajani Commented 3 Months ago through Ask | 10 Points
    Are you looking for something like this? USE AdventureWorks2008R2 ; GO SELECT isc.TABLE_SCHEMA, isc.TABLE_NAME, COUNT(isc.COLUMN_NAME) AS NumberOfColumnsInTable FROM INFORMATION_SCHEMA.COLUMNS AS isc ...
    balakrishna141
    85 · 2% · 642
  • max year

    Nakul Vachhrajani Commented 4 Months ago through Ask | 10 Points
    Of course. You can use temporary tables or table variables with this. The change would be that you would first INSERT the results of the CTE query into the temporary object and then join your parent table with it - rest all would remain the same....
    anuvarshini
    346 · 0% · 117
  • max year

    Nakul Vachhrajani Commented 4 Months ago through Ask | 10 Points
    Here you go - If the query below is useful, please mark this as the answer so that the thread can be closed. USE tempdb; GO DECLARE @checkMaxYear TABLE (RecId INT, RecYear INT); INSERT INTO @checkMaxYear (RecId, RecYear...
    anuvarshini
    346 · 0% · 117
  • Hardware Requirement of Sql server 2008r2

    Nakul Vachhrajani Commented 5 Months ago through Ask | 10 Points
    Hello, Alok! That's a good question and confusing. However, hardware requirements depend on a number of parameters including (but not limited to) the following: - Number and nature of the transactions on the databases - Nature of the transact...
    Alok Chandra Shahi
    70 · 2% · 800
  • Table Variable as Output Parameter in SQL Server Stored procedure (Not as ReadOnly Parameter)

    Nakul Vachhrajani Commented 6 Months ago through Ask | 10 Points
    Hello, Alpesh! Read-write table-valued parameters are not supported currently by SQL Server. You can read an interesting synopsis on this here: [http://www.sommarskog.se/tableparam.html][1]. To achieve the same requirement as what you are looking for...
    alpesh5410
    36 · 5% · 1663
  • Take Offline option of Database.

    Nakul Vachhrajani Commented 6 Months ago through Ask | 10 Points
    Hello, Ramkoti! As mentioned by Mike, the option cannot be disabled. What can be done, however is to write a DDL trigger that would throw an error and at least warn the user that the database just went offline. Here's something I wrote up quickly to ...
    ramkoti
    414 · 0% · 95
Previous 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 Next

Managed Windows Shared Hosting by OrcsWeb

Copyright © Rivera Informatic Private Ltd.