| Thread | Last Post | Replies |
|
| sys.sql_expression_dependencies bug? | 15 Dec 2008 22:27 GMT | 7 |
I'm trying out the sys.sql_expression_dependencies view in SQL2008 to track dependencies of our database objects. The ultimate purpose of this is to be able to generate a list of DB objects in the order in which they need to be applied
|
| Getting UDT for all varchars | 15 Dec 2008 21:35 GMT | 2 |
In Sql Server 2005, I am trying to get the columns from a table and their type. I also have a UDT set as login1 that is a varchar(30). It is showing up for all of the columns that are varchars, regardless of how many characters it is set to.
|
| Find connections | 15 Dec 2008 21:35 GMT | 3 |
Is there a way to find out how many connections a particular Login or dbName has? Also, how many connections a hostname has? I know that sp_who will give me a list of connections of but I am trying to
|
| ODBC SQLPutData into text column "sometimes" causes error 22001 | 15 Dec 2008 20:35 GMT | 3 |
I've been hitting my head against the wall for three days now trying to figure out why I get the error: 22001 [Microsoft][ODBC SQL Server Driver]String data, right truncation (same error occurs with SQL Server 2005 and 2000)
|
| Reports. | 15 Dec 2008 19:07 GMT | 1 |
Hi team, I would like to know where can I post a question about deploying reports inside SQL Server? I could not be able to find any report forum... Thanks,
|
| BLOB Question | 15 Dec 2008 19:03 GMT | 2 |
Hi! I have a table called Rendering. This table have the column BLOB. I rendering all Microsoft word file to this table. I have no experience with SQL Server 2000. My question is ?? How I can search a text inside the word
|
| Disable transaction log | 15 Dec 2008 18:14 GMT | 7 |
Using SQL 7, i need execute a query to eliminate 11 millions of lines and works fine. The problem is the space on disk. Is not much and to execute a query the log file grows up to 16 Gb.
|
| 11 joins | 15 Dec 2008 17:36 GMT | 7 |
I am still digging old sql code, sometime I see one select query use 11 joins or even more. I got some impression that is not good idea to join more than 6 tables (nor more than 6 indexes on one table --separate question). Since I have been
|
| 8152 - String or binary data would be truncated. | 15 Dec 2008 16:05 GMT | 6 |
This error happen when I tried to insert a value too long in a varchar column: (insert "123456" in a column varchar(3)) Is there a way to tell the server to truncate the value and insert
|
| Help with sql | 15 Dec 2008 15:03 GMT | 5 |
I have some xml that I pass in to a proc which I create a table from. DECLARE @UserAssignedRoles TABLE ( RoleId int,
|
| Need help on sql job/SQL dynamic sequel statement. | 15 Dec 2008 09:15 GMT | 6 |
I can't find what wrong with the step1 below. I create a job to run and select Type: TRansact-SQL Script using xp_cmdshell to execute the dynamic sequel because but it does not work. Which is not return any messages back to the log file but when I change to select Operating ...
|
| NOT YET RESOLVED | 15 Dec 2008 05:47 GMT | 4 |
Hi I have the following problem: The data set obtained from a stored proc proc1 with input parameter @partnum is: projectno partno
|
| is a good idea to divide table? | 14 Dec 2008 22:38 GMT | 17 |
First, thanks for all answered my previous questions. I have a data table which holds customers data. I am afraid overtime this data table will grow too many rows (user might not want to maintain it). I am thinking create one table per customer with identical table schema when
|
| CTE and a scalar UDF | 14 Dec 2008 22:21 GMT | 7 |
Is it possible to use CTE inside of a scalar UDF? Thanks
|
| Using a dataset output of a stored procedure to form dataset with | 14 Dec 2008 16:00 GMT | 3 |
I have a stored procedure as follows: alter procedure prr_temp_source_partnum_out @part_num varchar(50) --,@projectno varchar(11) output
|