Topics
Started by
Posts
Last post
I'm sure this has been covered before, but does anyone have a stored procedure for exporting SQL te…
11 replies
Just curious if anyone has any ideas how to update the same stored procedure across multiple databa…
8 replies
Hi there, Im confused on what datetime format I should be using to compare a timestamp entry. Shoul…
4 replies
Hi, I need help!!! Can someone help me. I want to update a parent table with a minimum and maximum …
3 replies
I have found that I get an SQL syntax error when using a hyphenated server name in a query. Exampl…
2 replies
Hi, Using xp_sendmail and need to know what profile SQL is currently using before I send mail? Wasn…
1 replies
How can i find where there are any nulls in a table.I dont want to check it on ecery column,I would…
8 replies
SELECT * FROM #temp1 WHERE ID NOT IN(SELECT ID FROM #temp3) I WANT all the IDS in #temp1 that are …
4 replies
When I drop a table,create another table and fill it with data, the resultset showed in a view is t…
5 replies
I have a column with elapse time declared as varchar(20). But this contains the time difference bet…
10 replies
I've scripted all objects from an existing SQL 2000 database and, when executing on another server,…
5 replies
1.00176e+008 HOw to convert the above value to an integer value. Thanks
3 replies
How to open text file in Stored Procedure [SQL v7]? I have a set of data[50 records] in my applicat…
3 replies
I think SQLServerCentral.com is a great site for all that is SQL Server. If only there were a site…
8 replies
Hello I've got some tables with text fields wich contain sentences with "hard coded" urls. I mean …
1 replies
Viewing 15 topics - 14,386 through 14,400 (of 17,082 total)
You must be logged in to create new topics.