How we can transfer balance gl from one fiscal year to another fiscal year? plz, give in detials, it's urgernt.
3 11305Syntax to find the used space and free space of the Data file in a database(SQL Server). Following queries didn't give the exact Used space and Free Space Information sp_spaceused;DBCC showfilestats;exec MyDbName.dbo.sp_spaceused;SP_HELPFILE Can any one tell me the query for how to find the exact used data file space and free space in a Data File?
2 7747How to generate the Reports for the Database? I need an Example for it.Will we manually do this or else any script is there? Please let me know ASAP...
1 3945When we are using this query to shrink the log file,what
exactly it will execute internally? Do we lose any data
when we run this script? which data it will truncate in the
log file and where it is saved. Please let me know...
USE DatabaseName
GO
DBCC SHRINKFILE(
one of my database size is 2gb and Unrestricted Growth for Data file up to 10%.But every day after day I am getting Primary Data file is full 99.999 please take appropriate actions.Why it is? Even disk space is also not full,but still I am getting the alerts.
1 5288I am running a job with 1000 records.. If the job gots aborted after loading 400 records into target... In this case i want to load the records in the target with 401 record... How will we do it??? This scenario is not for sequence job it's only in the job Ex: Seq file--> Trans--> Dataset..
9 30721There is a table, In one column it has implemented a index, but the index is disturbed by the regular dml statements.. but still we need to keep the index. how it is possible?
1 6469Post New Cognizant Interview Questions
explain about mysql and its features. : Sql dba
What is multiple columns?
Explain enable novalidate constraint.
How can you start the kafka server?
What does n a mean in vlookup?
Define the purpose of sim and rim in reference to the 8086?
Use of list-databases command in hadoop sqoop?
Define probing?
PLEASE SEND THE PREVIOUS YEARS QUESTION PAPERS OF RRB JUNIOR ENGINEER-ELECTRICAL
How do you find if a logical database exists for your program requrements?
What is postgresql jdbc driver?
Explain the types of linked lists.
Does squamous cell carcinoma only occur in the skin?
Why qtp always start action1 and does not start action?
Tell me why can't constant values be used to define an array's initial size