Viewing 15 posts - 1,156 through 1,170 (of 5,502 total)
What is wrong with the tasks you're assigned to?
Sounds like you don't want to "get your hands dirty"... 😉
It all depends on the organization you're working for. At some places...
August 2, 2011 at 12:28 pm
link is fixed (and verified). Sorry.
August 2, 2011 at 12:13 pm
To add what the others already stated: whatever answer you'll get from the folks around: most of it is guessing (usually based on best practice/experience).
The concept Chris and ColdCoffee suggested...
August 2, 2011 at 12:09 pm
please have a look at this link.
The link contains information on how to use a format file with bcp.
August 2, 2011 at 11:49 am
duplicate post. no replies please.
Originjal post: http://www.sqlservercentral.com/Forums/FindPost1152391.aspx
August 2, 2011 at 5:10 am
duplicate post. no replies please.
Originjal post: http://www.sqlservercentral.com/Forums/FindPost1152391.aspx
August 2, 2011 at 5:10 am
How do you define "empty"?
XML variable
a) is NULL
b) is an empty string
c) contains nodes without elements
d) contains nodes with :nil values
August 2, 2011 at 2:05 am
What do you mean by "set a prompt for a start date and a end date"?
What programming language do you use for your app development?
How do you plan to use...
August 1, 2011 at 5:17 pm
I would use a calendar table for this kind of query.
August 1, 2011 at 5:12 pm
Both functions are syntactically correct and both return results.
Whether the results are what you're looking for is unknown to us.
I recommend you explain a little more detailed what you're trying...
August 1, 2011 at 11:01 am
The "simplest way" depends on what the requirements are and what you're familiar with.
An ACCESS solution for example might not be a good choice for a web interface.
A .NET programmer...
July 31, 2011 at 2:51 am
Straight from BOL (BooksOnLine, the SQL Server help system):
Use varchar(max) when the sizes of the column data entries vary considerably, and the size might exceed 8,000 bytes.
The same applies for...
July 31, 2011 at 2:46 am
Here's one possible solution. In order to generate multiple nodfes with the same node name it is required to unpivot the original table first. Then two subqueries are used to...
July 30, 2011 at 7:19 am
Did you consider using one column per language with the proper collation at the column level?
Or a concept similar to sys.messages, where a language_id is stored to identify the related...
July 30, 2011 at 6:40 am
R. Scott Mobley (7/29/2011)
That said, I still am not clear on how it actually works (don't you just love magic code), but was able to easily modify it to use...
July 30, 2011 at 6:31 am
Viewing 15 posts - 1,156 through 1,170 (of 5,502 total)