Viewing 15 posts - 1 through 15 (of 41 total)
Thanks Guys
The file being read contains Receipt Header with it corresponding lines just after the Receipt Raw header
The file includes several Receipts
So Maintianing the read order is very...
August 14, 2013 at 8:06 am
Here Are sample Code
Stores Is a small Table Less Then 1000 Rows and less then 300 bytes per row
======================================================
--Drop the session if it exists.
IF EXISTS (SELECT * FROM sys.server_event_sessions...
April 18, 2013 at 5:30 am
Thanks for the advices
1. The Recovery model is simple in the first place
2. Restarting the instance is risky and in this situation the worst result might be suspected database.
...
March 14, 2013 at 5:08 am
well i have Installed Case Insensitive Instance on my machine
The paramter declareatiom is infulanced by the server collation
Case Insensitive Server Collation :
Declare @Col1 int
Set @col1 =16 ...
January 27, 2013 at 8:04 am
Thanks
My Conclusion from you answer is that if I don't have to keep the transaction log backups that occurred since the transaction stared and prior to the full...
January 23, 2013 at 12:25 am
Thanks for every body
1. Right now it is a theoretical question on wat is the best practice
2. I sugested the insted of trigger just to be able to...
November 8, 2011 at 3:05 am
What I had In Mind Is to Create Temporary Tables for deleted and inserted and than create an Index on them for the fields Key and sex ,then Log...
November 8, 2011 at 2:35 am
So what can be done to boost trigger performance on a large scale update
Does Instead of trigger with cte or temporary table is beter and in the use an update...
November 8, 2011 at 2:22 am
Thanks for the answer but , this information was almost obvious to me
My real Concern is performance
Do I Need to create indexes on the base table in order...
November 8, 2011 at 2:18 am
I know hat set based thinking is beter for SQL Server
Each records holds the key for a data collecting operation which involves very complicated comutation
these computations can not be...
June 14, 2010 at 10:54 am
MAX DEGREE OF PRALELISEM Will not work here
Because the stored procedure that is beeing called works on create a pool of recrods and then process them one at a...
June 14, 2010 at 7:14 am
Yes you are right I ment CLR
The reason is that Ihave a batch processing which varies
between several handred records to oprocess to several milions of records
I wand...
June 14, 2010 at 5:46 am
thanks for the query
but still it i am not getting the result I want
the NT Login Name and and NT Domian ARE empty for sql Server Logins
June 8, 2010 at 4:18 am
Thanks
It is not likely to give all developer on server a sysadm even in the development evnironment
a specialy on hilghy data driven debug.
June 8, 2010 at 12:14 am
Thanks
I have Checked wth other sources and they said the same
Configuring the sql to use will be done shortly
February 11, 2010 at 1:12 pm
Viewing 15 posts - 1 through 15 (of 41 total)