Viewing 15 posts - 46 through 60 (of 98 total)
dharmendra.mittal (3/25/2014)
I need to design a SSIS for uploading between 5-6 flat files each month.
These flat files are not the same format. Like .xls,.txt,.csv....
I can achieve it by creating...
March 25, 2014 at 8:03 am
SQLb2t (3/24/2014)
any pointers????
I believe LOP_CKPT_END (LOP=Log Operation, CKPT=CheckPoint) is an entry made by Sql Server to the Transaction Log during a CheckPoint (You can read more about CheckPoints here http://technet.microsoft.com/en-us/library/ms189573.aspx).
As...
March 25, 2014 at 4:57 am
CookieMonster (3/25/2014)
I need to insert approximately 500k rows into sql, but on each insert i need to get the inserted row id so i can perform insert into another...
March 25, 2014 at 4:28 am
I can't open the plan either.
This kind of trouble shooting can be a little difficult without visibility of what's going on in the plan.
It should "just work" exactly as Grant...
March 25, 2014 at 3:42 am
The Stairway to Database Design here on SSC should be a good read for you.
http://www.sqlservercentral.com/articles/Stairway+Series/70199/
March 25, 2014 at 3:25 am
OTPS (3/20/2014)
March 20, 2014 at 10:04 am
pujain (3/20/2014)
<?xml version='1.0' encoding='UTF-8'?><root available-locales="en_GB" default-locale="en_GB"><Title language-id="en_GB">Cookies</Title></root>
now how can I pull "Cookies" from this string...
March 20, 2014 at 9:05 am
This isn't very clear, at least not to me.
Are you saying that following an import using the Import Export Wizard that you get a different number of rows at the...
March 20, 2014 at 7:31 am
domingo.sqlservercentral (3/18/2014)
J Livingston SQL (3/17/2014)
sample data would help us help you....do you know how to provide this?
No, I don't know. Do you mean about upload of database backup file? ...
March 19, 2014 at 7:49 am
rraza (3/15/2014)
A DBA accidentally dropped a critical highly transactional table in production. Walk me through the exact procedure to restore it without taking the...
March 17, 2014 at 6:58 am
If you can, post the actual execution plan.
You might get a few pointers here as to why the code might be slow.
March 17, 2014 at 4:46 am
StephenNL (3/12/2014)
So, better change recovery model of database to complete ?
It's important you determine what your applications requirements are and how much data it is acceptable can be lost.
You would...
March 12, 2014 at 7:36 am
StephenNL (3/12/2014)
There is a database and a ldf file-working properly so far.
When I try to make a maintenance plan for backup, management studio just finds the mdf (which, by...
March 12, 2014 at 6:06 am
kaththecoder (3/6/2014)
HiI just ran the query and got the same error LEN does not exist
SELECT LEN(meta_value) FROM heu_postmeta
meta_value is the field name
heu_postmeta is the table
LEN is a valid Sql Server...
March 10, 2014 at 4:12 am
Viewing 15 posts - 46 through 60 (of 98 total)