|
|
-
|
|
Hi,
1)I have an requirement where I need to migrate the SSIS Packages from 2005 to 2008, and Please list out the possible issues while migrating the SSIS Packages from 2005 to 2008
2)I also need to migrate the SQL Server 2005 Database Server to SQL Serv...
|
|
-
|
|
Hi All,
We have a requirement of binding Transaction ISOLATION Level with Database User.
Kindly let me know if there is any way to bind DB User with Isolation level so that whenver some one runs query with that particular user it runs with specific Iso...
|
|
-
|
|
Hi, I have 2 measure in my cube and i need to calculate MEAN and MODE values for those 2 measures.
...
|
|
-
|
|
Hi,I would like to write CTE Query to get expected results.Here are the table and expected results.1) declare @t table(zid int,dok varchar(100),stawka int) insert into @t values (1,'333',10), (2,'333',10), (3,'333',20), (4,'333',30), ...
|
|
-
|
|
I've seen most supermarkets use barcode scanner hardware to scan UPC, ean barcode. I wonder is it possible to make it in .NET? Can I just use some code to read ean barcode in .NET framework? If you have any ideas, please let me know! Thx...
|
|
-
|
|
Hi Sudeep,
I have some folders namely FolderA, Folder B... and each folder contains some files like file1, file2..etc. File1 can be present in both folder A and B and so on. I want to create an SSIS package which merges all the similar files. Like Fil...
|
|
-
|
|
Can anyone tell me the uses of SSIS?...
|
|
-
|
|
How to calculate the working hours per day?empid timesheetid timesheet62 1 2013-02-20 09:45:29.15362 2 2013-02-20 10:45:29.15362 1 2013-02-20 10:50:19.10362 2 2013-02-20 13:01:22.15362 1 2013-02-20 14:08:02.10062 2 2013-02-20 16:10:52....
|
|
-
|
|
We have a table that has 2 attributes (Name,
population)
When I write:
SELECT Name, MAX (Population) From Country
I don’t see the name of “correct” country in
the result.
Suppose the correct answer is “China”
But I see the “Austria” (the first name...
|
|
-
|
|
I am using Sqlserver 2008. I want to display records in the below format.I am very new in this system(Freshers).I need it urgently.So please help me if anybody can.Thanks in Advance. Table Structure : CREATE TABLE dbo.DwlEntry(Id INT IDENTITY(1,1),UserN...
|
|