Viewing 15 posts - 1,156 through 1,170 (of 5,504 total)
Koen Verbeeck (8/2/2011)
16MB/s down and unlimited? For less than 60 euros?
I wish I could speak German so I could live over there 😀
(there are so many things cheaper in Germany...
August 2, 2011 at 2:40 pm
I'm not sure if I even should post the rates available over here....
Oh, well ...
45EUR wired flat (phone flat wired to wired and wired to mobile, unlimited internet flat 16MB/s...
August 2, 2011 at 2:09 pm
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
Viewing 15 posts - 1,156 through 1,170 (of 5,504 total)