Viewing 15 posts - 181 through 195 (of 389 total)
KumarSQLDBA (9/14/2012)
I am getting that error while executing my SSIS packages to load data from csv files into sql.But packages executed successfully without fixing that error.:-):-)
Interesting 🙂
September 16, 2012 at 11:59 pm
KumarSQLDBA (9/14/2012)
I am getting below error.
Error77System.UnauthorizedAccessException: Access to the path 'E:\Backup_data\lity_dump\Automation_script\lity\lity\bin\Package.dtsx' is denied. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.File.SetAttributes(String path,...
September 14, 2012 at 4:23 am
gorenak (9/14/2012)
can i do something like;
declare @i int
cursor
begin
select [ @i] from table -- or some other name...
September 14, 2012 at 4:03 am
Catcha (9/14/2012)
Yes, with recreating the index I will use the following orderNon-clustered -> primary key -> clustered
So rebuilding of whole table will be performed last.
Thought?
Again I would...
September 14, 2012 at 3:49 am
hoseam (9/14/2012)
I have this code below and I need calculate the last Amount, which has to be the lowest value between [Original_Investment_Value] and (Encashment_Value + [Top-Up_Commission]), I need to return...
September 14, 2012 at 12:46 am
Shadab Shah (9/13/2012)
subbareddy542 (9/13/2012)
PLS TRY BELOW CODE..SELECT TABLE_NAME,COLUMN_NAME,DATA_TYPE,CHARACTER_MAXIMUM_LENGTH,NUMERIC_PRECISION,NUMERIC_SCALE FROM INFORMATION_SCHEMA.COLUMNS
WHERE TABLE_NAME
IN(SELECT name FROM sys.tables)
ORDER BY TABLE_NAME
Thanks Subbareddy for the solution. But i am trying to learn SQL Server. So...
September 14, 2012 at 12:28 am
Catcha (9/13/2012)
4 non-clustered, 1 clustered and 1 primary key.For bulk insert.
But do you think that dropping the index will save your time ?
Because as you mentioned that the table...
September 14, 2012 at 12:03 am
venkatesh.b 88975 (9/13/2012)
I had a requirement like, I have...
September 13, 2012 at 11:08 pm
SQLRNNR (9/12/2012)
jasona.work (9/12/2012)
SQLRNNR (9/12/2012)
premeditatedPrecrime
minority
Reservation 🙁
September 12, 2012 at 9:37 pm
Anju Renjith (9/12/2012)
Step:1
CREATE TABLE tbl_Group_Test
(
_ID INT IDENTITY,
_Place VARCHAR(50),
_Name VARCHAR(100)
)
Step:2
INSERT INTO tbl_Group_Test VALUES('Tamil Nadu','Abdul Kalam')
INSERT INTO tbl_Group_Test VALUES('Tamil Nadu','Karunanidhi')
INSERT INTO tbl_Group_Test VALUES('Tamil Nadu','Jayalalitha')
INSERT INTO tbl_Group_Test VALUES('Tamil Nadu','Robin Singh')
INSERT INTO tbl_Group_Test...
September 12, 2012 at 5:32 am
danielfountain (9/12/2012)
When you import data from SSIS - how does it work with the row order?
Does the row order stay the same in the excel file as it would...
September 12, 2012 at 3:27 am
suvo.kundu (9/10/2012)
SN NodeName NodeValue
1...
September 10, 2012 at 3:55 am
Thanks to all for your valuable inputs 🙂
September 9, 2012 at 9:58 pm
opc.three (9/6/2012)
September 6, 2012 at 10:00 pm
vivekkam (9/5/2012)
September 6, 2012 at 4:53 am
Viewing 15 posts - 181 through 195 (of 389 total)