Viewing 15 posts - 16 through 30 (of 276 total)
check for any triggers on that table.
September 29, 2010 at 1:54 pm
per BOL
http://msdn.microsoft.com/en-us/library/ms177523(v=SQL.90).aspx
WHERE
Specifies the conditions that limit the rows that are updated. There are two forms of update based on which form of the WHERE clause is used:
Searched updates...
September 29, 2010 at 12:24 pm
itskumar2004 (9/29/2010)
I have table with name ABC
Table ABC:
columnname datatype
ID ...
September 29, 2010 at 9:55 am
wisdom.vivek (9/23/2010)
Better to use 'Text' DataType whenever we need to store large texts in our database.
BOL:
ntext, text, and image data types will be removed in a future version of MicrosoftSQL...
September 23, 2010 at 6:03 am
The Dixie Flatline (9/21/2010)
123.987 is 123.9
????
Cory, explain please.
I was adding more examples to try and get the true requirement. 123.987, is that supposed to be 123.9? Make sense?
September 21, 2010 at 2:19 pm
saimddr (9/21/2010)
no matter how big is the number i want first 2 digits
So,
123 is 12
123.987 is 123.9
0.91 is 0.9
.123 is .12?
Or, are you really after something like, get rid of...
September 21, 2010 at 2:12 pm
Richard Holloway (9/15/2010)
September 15, 2010 at 2:52 pm
INNER JOIN AfsMembership.dbo.aspnet_Roles aspnet_Roles1
ON aspnet_users1.ApplicationId = aspnet_Roles1.ApplicationId
...
September 15, 2010 at 12:55 pm
jcbally (9/10/2010)
The isdate would return 0 and 1 correct?I need to be able to compare the two tables to verify date value ranges are <> one or the other.
The...
September 11, 2010 at 4:17 pm
made2lastjj (9/10/2010)
One Column is Varchar Data Type, the other is Date
the varchar data Type is mixed with Null, Date structure like '04/05/2010'...
September 10, 2010 at 2:26 pm
ejbatu1 (9/8/2010)
I looked it up online before posting, but I was not able to find the format I was looking for.
How is this going to be used? Usually formatting...
September 8, 2010 at 2:36 pm
SKYBVI (9/7/2010)
I couldnt get you?
Where should i write the tsql?
theres no option when i go thru data, external data source,sql server
it just asks for selecting the table and then...
September 7, 2010 at 2:01 pm
SKYBVI (9/7/2010)
Ya, If we go to data
then external data sources , we can get data from sql
but that data we get is inside the tables, i mean the columns,...
September 7, 2010 at 1:19 pm
SKYBVI (9/7/2010)
We are creating a documentation of our all databases and their tables, procedures,triggers etc.
We are making an excel file and writing all the...
September 7, 2010 at 11:14 am
Viewing 15 posts - 16 through 30 (of 276 total)