Viewing 15 posts - 9,466 through 9,480 (of 26,489 total)
Okay, don't know how many ways I can say it. It looks like you need to add the -S parameter to your BCP command line. Without it BCP...
September 19, 2012 at 9:03 am
YSLGuru (9/19/2012)
September 19, 2012 at 8:56 am
Like this:
declare @idxname sysname;
set @idxname = 'idx_DatePosted';
I am finding that I am writing more code using SQL Server 2008 syntax and forget to change it for SQL Server 2005.
September 19, 2012 at 8:31 am
JC-3113 (9/19/2012)
receiving this error executing the code:
HResult 0x8B, Level 15, State 1
Cannot assign a default value to a local variable.
Msg 137, Level 15, State 2, Server NSAB-SS80-SQL-N, Line 5
Must...
September 19, 2012 at 8:29 am
tutblog1 (9/19/2012)
Ok Brother,If anyone need to learn SQL just tell about this blog. Its help me alot.
Thanks,
Why?
September 19, 2012 at 8:28 am
pandeharsh (10/9/2009)
Thanks.
Actually,I hv a best practices of Sql server document,where it is mention
like whether to use cursor or not etc and many such thing.
I was expecting equivalent of this document...
September 19, 2012 at 8:15 am
You are going to have be more explicit in your request. I have no idea in what context you are asking about compression.
September 18, 2012 at 8:42 pm
I'm curious why they require them to be sequential, and is that for each customer or just in general? Mr. Celko didn't really elaborate on that particular area.
September 18, 2012 at 8:40 pm
From what you have posted, I have no idea. Please take the time to read the first article I reference below in my signature block regarding asking for help....
September 18, 2012 at 8:38 pm
Jeff Moden (9/18/2012)
You could also just use an IDENTITY column starting with 1 million to start with nice, simple 6 digit numbers.
If you start with a million it is a...
September 18, 2012 at 8:22 pm
Duplicate post. Please post all further responses here.
Please, don't make duplicate posts, it just fragments your answers to your questions. Most people that help here either subcribe to...
September 18, 2012 at 8:19 pm
Actually, trying to connect to a named instance. Need to specify that in the command line. The reason it worked on the old server is probably two-fold. ...
September 18, 2012 at 5:53 pm
CELKO (9/18/2012)
I have a product_sku CHAR(10) s table and a storage product_sku CHAR(10) s table.
No, you do not. A table has a key and you have none. What...
September 18, 2012 at 5:49 pm
#1CoolGuy (10/26/2007)
I figure I can...
September 18, 2012 at 5:44 pm
Viewing 15 posts - 9,466 through 9,480 (of 26,489 total)