Viewing 15 posts - 5,881 through 5,895 (of 15,381 total)
logicinside22 (1/22/2014)
I am looking for How can track logins in SQL Server. Does it create new record each time in system Database ?
Like to know...
January 22, 2014 at 12:47 pm
gracebite (1/22/2014)
getting with your query like(No column name)
<asdf>woot</asdf>
But I need like
<?xml version="1.0" encoding="UTF-8"?>
<asdf>woot</asdf>
Still not totally sure what you are trying to do. I will take another shot in...
January 22, 2014 at 10:08 am
gracebite (1/22/2014)
Hi All,Can you please help me out on
How to add '<?xml version="1.0" encoding="UTF-8"?>'
To XML using T-sql
Thank You,
Grace
Pretty sparse on details here. I am guessing at...
January 22, 2014 at 9:52 am
karim.boulahfa (1/22/2014)
The table incident get deleted en will be filled by this package.
What that errors says is that it is trying to insert a row into Incidents with a primary...
January 22, 2014 at 9:04 am
Have you considered changing those columns from nchar to char? One of them has 9 possible values and the other seems to be US States. With a billion rows it...
January 22, 2014 at 7:49 am
dquirion78 (1/21/2014)
thanks !I just read about money and decimal (19,4) Nobody seems to have the same answer about what the best data type...
That is because there isn't a "best"...
January 21, 2014 at 2:37 pm
info 63254 (1/21/2014)
I have an SQL database (SQL...
January 21, 2014 at 2:22 pm
dquirion78 (1/21/2014)
price : float type
qty : int type
rate : float type
formula : round(round (price* Qty,2) * rate ,2)
round( round(71.97 *1, 2) *...
January 21, 2014 at 2:19 pm
TheSQLGuru (1/21/2014)
Sean Lange (1/21/2014)
SQListic (1/21/2014)
I want to Update column A1, when column A2 and A3both are NULL or have invalid data.
If A2 has Valid Data ignore next steps...
January 21, 2014 at 1:39 pm
@mike-2 (1/21/2014)
January 21, 2014 at 1:31 pm
@mike-2 (1/21/2014)
January 21, 2014 at 1:29 pm
Remember that a query is like a table definition. It defines the columns returned. You are wanting different columns to appear in a given row. About the only way you...
January 21, 2014 at 12:54 pm
SQListic (1/21/2014)
I want to Update column A1, when column A2 and A3both are NULL or have invalid data.
If A2 has Valid Data ignore next steps ,if A2 it...
January 21, 2014 at 12:50 pm
Kurt W. Zimmerman (1/21/2014)
Sean Lange (1/21/2014)
Kurt mentioned something about storage....
January 21, 2014 at 10:53 am
kalyan.ch (1/21/2014)
How it comes and what it is:
This data (Excel Sheet) comes from a manually prepared report for the leadership that provides them with...
January 21, 2014 at 10:35 am
Viewing 15 posts - 5,881 through 5,895 (of 15,381 total)